mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
Added Game States, decoupled game from Window class and placed it in Game < GameState
This commit is contained in:
7
lib/states/menus/main_menu.rb
Normal file
7
lib/states/menus/main_menu.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class IMICFPS
|
||||
class MainMenu < Menu
|
||||
def setup
|
||||
title "I-MIC FPS"
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user