mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
fixed first animations
This commit is contained in:
parent
caa3945869
commit
142964938c
8 changed files with 159 additions and 53 deletions
|
|
@ -3,13 +3,13 @@ define([
|
|||
"Game/Config/Settings"
|
||||
],
|
||||
|
||||
|
||||
function (Doll, Settings) {
|
||||
|
||||
function Player (id, physicsEngine) {
|
||||
this.physicsEngine = physicsEngine;
|
||||
this.playerController = null;
|
||||
this.doll;
|
||||
|
||||
this.id = id;
|
||||
this.isSpawned = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue