mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
14 lines
210 B
Ruby
14 lines
210 B
Ruby
class IMICFPS
|
|
class SettingsMenu < Menu
|
|
def setup
|
|
title "I-MIC FPS"
|
|
subtitle "Settings"
|
|
|
|
link "\"There is no spoon.\""
|
|
|
|
link "Back" do
|
|
pop_state
|
|
end
|
|
end
|
|
end
|
|
end |