Moved menu files to be under /ui directory, added support for commands to Console!

This commit is contained in:
2019-08-07 15:36:45 -05:00
parent ffae3ae14e
commit 80576a211a
7 changed files with 101 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
class IMICFPS
GRAVITY = 9.8 # m/s
class Window < CyberarmEngine::Engine
attr_accessor :number_of_vertices, :needs_cursor
attr_reader :camera
@@ -19,6 +20,7 @@ class IMICFPS
@show_console = false
@console = Console.new
Commands::Command.setup
push_state(MainMenu)
end