Added Asset Viewer

This commit is contained in:
2020-01-30 15:30:58 -06:00
parent dbf4edbb93
commit eb1bfe204b
10 changed files with 197 additions and 20 deletions

View File

@@ -40,14 +40,13 @@ class IMICFPS
super
@console.draw if @show_console
draw_cursor if needs_cursor
end
def draw_cursor
size = 16
if needs_cursor
@cursor.draw(mouse_x, mouse_y, Float::INFINITY)
end
@cursor.draw(mouse_x, mouse_y, Float::INFINITY)
end
def update