mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
Initial work on locales, more work on netcode
This commit is contained in:
@@ -9,11 +9,11 @@ class IMICFPS
|
||||
pop_state
|
||||
end
|
||||
|
||||
link "Settings" do
|
||||
link I18n.t("menus.settings") do
|
||||
push_state(SettingsMenu)
|
||||
end
|
||||
|
||||
link "Leave" do
|
||||
link I18n.t("menus.leave") do
|
||||
push_state(MainMenu)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user