mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
fixing up the branch
This commit is contained in:
parent
005fb57c31
commit
76391c2c5e
6 changed files with 19 additions and 11 deletions
1
app/Game/Core/GameController.js
Normal file → Executable file
1
app/Game/Core/GameController.js
Normal file → Executable file
|
|
@ -6,6 +6,7 @@ define([
|
|||
function(Engine, Level) {
|
||||
|
||||
function GameController(physicsEngine) {
|
||||
console.log('constructor called');
|
||||
this.players = {};
|
||||
|
||||
if (! physicsEngine instanceof Engine) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue