mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
9 lines
182 B
Ruby
9 lines
182 B
Ruby
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 |