mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-15 15:52:34 +00:00
Tweaked ui a bit, updated Credits, stubbed load menu, fixed crash when stopping helicopter, Stop order is now only emitted if player has entities selected.
This commit is contained in:
@@ -22,9 +22,9 @@ class IMICRTS
|
||||
end
|
||||
|
||||
def draw
|
||||
@cursor.draw(mouse_x, mouse_y, Float::INFINITY) if @show_cursor
|
||||
|
||||
super
|
||||
|
||||
@cursor.draw(mouse_x, mouse_y, Float::INFINITY) if @show_cursor
|
||||
end
|
||||
|
||||
def update
|
||||
|
||||
Reference in New Issue
Block a user