diff options
| author | iamcheeseman <[email protected]> | 2026-03-12 17:00:24 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-03-12 17:00:24 -0400 |
| commit | 97d2fc1f3cef3c02fee36e416a8f2b5205940be2 (patch) | |
| tree | 88b7b6a16e931433bfd25328078f6ba213b567ff /src/objs/player.lua | |
| parent | c11b02ac27e68a218ea80826765cd1631e95e6d0 (diff) | |
show the tileset you're using
Diffstat (limited to 'src/objs/player.lua')
| -rw-r--r-- | src/objs/player.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/objs/player.lua b/src/objs/player.lua index c046c7c..4b75cb3 100644 --- a/src/objs/player.lua +++ b/src/objs/player.lua @@ -54,6 +54,8 @@ function player_ui_sys(_) tile = tile + 1 end im.layout() + + im.image(TILE_TEX, get_tileset_quad(tile)) im.end_window() end |
