Update some script stuff.
Some checks failed
Build Dusk / run-tests (push) Failing after 2m12s
Build Dusk / build-linux (push) Successful in 2m3s
Build Dusk / build-psp (push) Failing after 1m28s

This commit is contained in:
2026-01-27 23:48:46 -06:00
parent cc85983736
commit 25dc97e3cc
24 changed files with 451 additions and 133 deletions

View File

@@ -2,7 +2,6 @@ module('platform')
module('input')
module('scene')
module('locale')
module('event')
-- Default Input bindings.
if PLATFORM == "psp" then
@@ -39,13 +38,6 @@ else
end
end
-- sceneSet('map')
-- mapLoad('map/testmap/testmap.dmf')
localeSet(DUSK_LOCALE_EN_US)
function eventTest(data)
print("Pressed")
data.action = 2
end
eventSubscribe(INPUT_EVENT_PRESSED, eventTest)
-- sceneSet('map')
-- mapLoad('map/testmap/testmap.dmf')