mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added start app.js
This commit is contained in:
parent
22ae392ace
commit
413dd242ba
4 changed files with 58 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
var requires = [
|
||||
define([
|
||||
"Chuck/Physics/Engine",
|
||||
"Chuck/Settings",
|
||||
"Chuck/Player",
|
||||
|
|
@ -6,9 +6,9 @@ var requires = [
|
|||
"Chuck/Loader/Level",
|
||||
"Chuck/Control/InputController",
|
||||
"RequestAnimationFrame"
|
||||
];
|
||||
],
|
||||
|
||||
define(requires, function(PhysicsEngine, Settings, Player, Box2D, Level, InputController, requestAnimFrame){
|
||||
function(PhysicsEngine, Settings, Player, Box2D, Level, InputController, requestAnimFrame) {
|
||||
|
||||
function ServerProcessor (serverGame) {
|
||||
this.serverGame = serverGame;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue