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

4
lib/constants.rb Normal file
View File

@@ -0,0 +1,4 @@
class IMICRTS
MENU_WIDTH = 350
MENU_PADDING = 8
end