aboutsummaryrefslogtreecommitdiff
path: root/src/objs/player.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/objs/player.lua')
-rw-r--r--src/objs/player.lua2
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