Initial work on locales, more work on netcode

This commit is contained in:
2020-12-01 13:02:22 -06:00
parent b9c30ade80
commit c7590366a6
20 changed files with 131 additions and 47 deletions

View File

@@ -11,7 +11,7 @@ class IMICFPS
link "Profile" do
push_state(MultiplayerProfileMenu)
end
link "Back" do
link I18n.t("menus.back") do
pop_state
end
end