|
@@ -1,11 +1,11 @@
|
|
|
scripts
|
|
scripts
|
|
|
{
|
|
{
|
|
|
- initialize = res/common/game.lua#initialize
|
|
|
|
|
- update = res/common/game.lua#update
|
|
|
|
|
- render = res/common/game.lua#render
|
|
|
|
|
- finalize = res/common/game.lua#finalize
|
|
|
|
|
- keyEvent = res/common/game.lua#keyEvent
|
|
|
|
|
- touchEvent = res/common/game.lua#touchEvent
|
|
|
|
|
|
|
+ initialize = res/common/racer.lua#initialize
|
|
|
|
|
+ update = res/common/racer.lua#update
|
|
|
|
|
+ render = res/common/racer.lua#render
|
|
|
|
|
+ finalize = res/common/racer.lua#finalize
|
|
|
|
|
+ keyEvent = res/common/racer.lua#keyEvent
|
|
|
|
|
+ touchEvent = res/common/racer.lua#touchEvent
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
aliases
|
|
aliases
|