mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 23:52:35 +00:00
Added Game States, decoupled game from Window class and placed it in Game < GameState
This commit is contained in:
9
lib/states/menu.rb
Normal file
9
lib/states/menu.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class IMICFPS
|
||||
class Menu < GameState
|
||||
def title(text, color = Gosu::Color.rgba(127, 64, 0, 200))
|
||||
end
|
||||
|
||||
def link(text, color = Gosu::Color::BLUE, &block)
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user