Closed SzoDavid closed 2 years ago
Create gamelogic.js, with the required methods (without implementation):
gamelogic.js
OnEnd
OnRemove
OnUpdate
OnStart
OnCreate
Move commented functions from index.js to gamelogic.js
index.js
Create
gamelogic.js
, with the required methods (without implementation):OnEnd
OnRemove
OnUpdate
OnStart
OnCreate
Move commented functions from
index.js
togamelogic.js