El-Gato-Gordo / MageKnight

JOGO
MIT License
0 stars 2 forks source link

Anotações #37

Closed pedrykolasAlt closed 2 years ago

pedrykolasAlt commented 2 years ago

Coisa Úteis

pedrykolasAlt commented 2 years ago

var config = { classType: ArcadeSprite; enable: true; setCollideWorldBounds: false; setBoundsRectangle: null; setAccelerationX: 0; setAccelerationY: 0; allowDrag: true; allowGravity: true; allowRotation: true; setBounceX: 0; setBounceY: 0; setDragX: 0; setDragY: 0; setGravityX: 0; setGravityY: 0; setFrictionX: 0; setFrictionY: 0; setVelocityX: 0; setVelocityY: 0; maxVelocityX: 10000; maxVelocityY: 10000; setAngularVelocity: 0; setAngularAcceleration: 0; setAngularDrag: 0; setMass: 1; setImmovable: false; maxSize: -1; runChildUpdate: false };