groundwork GameController

This commit is contained in:
Jeena Paradies 2012-07-22 01:08:21 +02:00
parent c27f4e1e95
commit 9864f8cb57
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ define([
function(Doll, Settings) {
function Player (physicsEngine, id, repository) {
function Player (id, physicsEngine, repository) {
this.physicsEngine = physicsEngine;
this.id = id;
this.repository = repository;