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:
2021-01-04 09:33:07 -06:00
parent f3fccc8b24
commit 7087316347
18 changed files with 93 additions and 56 deletions

View File

@@ -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