Tacked on 'Overlays' to place a move cursor for move orders, TODO: Refactor into its own class

This commit is contained in:
2019-10-27 12:07:30 -05:00
parent cd7b71894d
commit a1999d7c6f
3 changed files with 16 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ class IMICRTS
end
def draw
@cursor.draw(mouse_x, mouse_y, Float::INFINITY)
@cursor.draw(mouse_x, mouse_y, Float::INFINITY) if @show_cursor
super
end