Refreshed a few menus, stubbed Settings menu

This commit is contained in:
2020-05-05 10:46:23 -05:00
parent c1eb02a106
commit a078645b94
11 changed files with 259 additions and 40 deletions

View File

@@ -1,8 +1,6 @@
class IMICFPS
class MapEditorTool
class MainMenu < CyberarmEngine::GuiState
include CommonMethods
class MainMenu < Menu
def setup
window.needs_cursor = true
@@ -37,11 +35,6 @@ class IMICFPS
end
end
def draw
menu_background(Menu::PRIMARY_COLOR, Menu::ACCENT_COLOR, Menu::BAR_COLOR_STEP, Menu::BAR_ALPHA, Menu::BAR_SIZE, Menu::BAR_SLOPE)
super
end
def update
super