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([
|
||||
"Game/Client/View/ViewController",
|
||||
"Game/Core/Physics/Engine",
|
||||
"Game/Core/Player",
|
||||
|
|
@ -7,9 +7,9 @@ var requires = [
|
|||
"Game/Core/Loader/Level",
|
||||
"Lib/Vendor/Box2D",
|
||||
"Lib/Utilities/RequestAnimFrame"
|
||||
];
|
||||
],
|
||||
|
||||
define(requires, function(ViewController, PhysicsEngine, Player, KeyboardController, Settings, Level, Box2D, requestAnimFrame) {
|
||||
function(ViewController, PhysicsEngine, Player, KeyboardController, Settings, Level, Box2D, requestAnimFrame) {
|
||||
|
||||
function GameController (clientGame) {
|
||||
this.clientGame = clientGame;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue