Updated menus, added background to Tools

This commit is contained in:
2020-05-04 11:13:51 -05:00
parent 06fb2c0e43
commit fd3785cdcd
7 changed files with 59 additions and 40 deletions

View File

@@ -1,6 +1,7 @@
class IMICFPS
class AssetViewerTool
class MainMenu < CyberarmEngine::GuiState
include CommonMethods
def setup
window.needs_cursor = true
@@ -31,6 +32,11 @@ 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