more render improve :D
This commit is contained in:
parent
af941dc848
commit
200a0a4996
4 changed files with 18 additions and 10 deletions
3
g.py
3
g.py
|
|
@ -37,6 +37,9 @@ sdl_window: tcod.sdl.video.Window
|
|||
sdl_renderer: tcod.sdl.render.Renderer
|
||||
"""The SDL renderer"""
|
||||
|
||||
target_texture: tcod.sdl.render.Texture
|
||||
"""The final texture that is rendered"""
|
||||
|
||||
atlas: tcod.render.SDLTilesetAtlas
|
||||
"""The tileset atlas"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue