mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
implemented gameobject for tiles and doll
This commit is contained in:
parent
fe0d4a66e2
commit
d51c705c1c
15 changed files with 221 additions and 326 deletions
|
|
@ -13,7 +13,6 @@ function (Settings, Box2D, CollisionDetector) {
|
|||
);
|
||||
this.ground = null;
|
||||
this.lastStep = Date.now();
|
||||
console.log(Settings.BOX2D_TIME_STEP)
|
||||
}
|
||||
|
||||
Engine.prototype.getWorld = function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue