Update some script stuff.
This commit is contained in:
@@ -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')
|
||||
Reference in New Issue
Block a user