mirror of
https://github.com/Steffo99/stack.git
synced 2024-11-22 07:54:20 +00:00
Abbassato la propulsione con O.
This commit is contained in:
parent
a010ca709f
commit
d8fa814280
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
<PhysicsObject>-1</PhysicsObject>
|
||||
<PhysicsObjectSensor>0</PhysicsObjectSensor>
|
||||
<PhysicsObjectShape>0</PhysicsObjectShape>
|
||||
<PhysicsObjectDensity>1</PhysicsObjectDensity>
|
||||
<PhysicsObjectDensity>1.20000004768372</PhysicsObjectDensity>
|
||||
<PhysicsObjectRestitution>0.5</PhysicsObjectRestitution>
|
||||
<PhysicsObjectGroup>1</PhysicsObjectGroup>
|
||||
<PhysicsObjectLinearDamping>0.100000001490116</PhysicsObjectLinearDamping>
|
||||
|
|
|
@ -1 +1 @@
|
|||
physics_apply_local_impulse(x, y, 0, -100);
|
||||
physics_apply_local_impulse(x, y, 0, -25);
|
||||
|
|
|
@ -1 +1 @@
|
|||
physics_apply_impulse(x, y, 0, -100);
|
||||
physics_apply_impulse(x, y, 0, -25);
|
||||
|
|
Loading…
Reference in a new issue