Locale script
Some checks failed
Build Dusk / run-tests (push) Failing after 2m12s
Build Dusk / build-linux (push) Successful in 1m49s
Build Dusk / build-psp (push) Failing after 1m39s

This commit is contained in:
2026-01-27 09:52:08 -06:00
parent 2b9be6675c
commit c7b9a53535
4 changed files with 78 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
module('platform')
module('input')
module('scene')
module('locale')
-- Default Input bindings.
if PLATFORM == "psp" then
@@ -38,4 +39,5 @@ else
end
-- sceneSet('map')
-- mapLoad('map/testmap/testmap.dmf')
-- mapLoad('map/testmap/testmap.dmf')
localeSet(DUSK_LOCALE_EN_US)