mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-15 15:52:34 +00:00
Tacked on 'Overlays' to place a move cursor for move orders, TODO: Refactor into its own class
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user