mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
disabled spectator doll - was falling forever
This commit is contained in:
parent
93680e3286
commit
ac69077e8a
1 changed files with 4 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ function (Parent, Box2D) {
|
|||
"use strict";
|
||||
|
||||
function SpectatorDoll(physicsEngine, uid, player) {
|
||||
Parent.call(this, physicsEngine, uid);
|
||||
//Parent.call(this, physicsEngine, uid);
|
||||
}
|
||||
|
||||
SpectatorDoll.prototype = Object.create(Parent.prototype);
|
||||
|
|
@ -34,6 +34,9 @@ function (Parent, Box2D) {
|
|||
SpectatorDoll.prototype.update = function() {
|
||||
};
|
||||
|
||||
SpectatorDoll.prototype.destroy = function() {
|
||||
};
|
||||
|
||||
return SpectatorDoll;
|
||||
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue