mirror of
https://github.com/Steffo99/stack.git
synced 2024-11-25 17:24:21 +00:00
Aggiunta la moonball.
Non ha quasi gravità!
This commit is contained in:
parent
c05d2b7aef
commit
4821ba116d
3 changed files with 50 additions and 0 deletions
26
objects/moon.object.gmx
Normal file
26
objects/moon.object.gmx
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
<!--This Document is generated by GameMaker, if you edit it by hand then you do so at your own risk!-->
|
||||||
|
<object>
|
||||||
|
<spriteName>moonball</spriteName>
|
||||||
|
<solid>-1</solid>
|
||||||
|
<visible>-1</visible>
|
||||||
|
<depth>0</depth>
|
||||||
|
<persistent>0</persistent>
|
||||||
|
<parentName>stackdrop</parentName>
|
||||||
|
<maskName><undefined></maskName>
|
||||||
|
<events/>
|
||||||
|
<PhysicsObject>-1</PhysicsObject>
|
||||||
|
<PhysicsObjectSensor>0</PhysicsObjectSensor>
|
||||||
|
<PhysicsObjectShape>0</PhysicsObjectShape>
|
||||||
|
<PhysicsObjectDensity>0.0500000007450581</PhysicsObjectDensity>
|
||||||
|
<PhysicsObjectRestitution>0</PhysicsObjectRestitution>
|
||||||
|
<PhysicsObjectGroup>1</PhysicsObjectGroup>
|
||||||
|
<PhysicsObjectLinearDamping>0.100000001490116</PhysicsObjectLinearDamping>
|
||||||
|
<PhysicsObjectAngularDamping>0.100000001490116</PhysicsObjectAngularDamping>
|
||||||
|
<PhysicsObjectFriction>3</PhysicsObjectFriction>
|
||||||
|
<PhysicsObjectAwake>-1</PhysicsObjectAwake>
|
||||||
|
<PhysicsObjectKinematic>0</PhysicsObjectKinematic>
|
||||||
|
<PhysicsShapePoints>
|
||||||
|
<point>12,12</point>
|
||||||
|
<point>12,12</point>
|
||||||
|
</PhysicsShapePoints>
|
||||||
|
</object>
|
BIN
sprites/images/moonball_0.png
Normal file
BIN
sprites/images/moonball_0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 171 B |
24
sprites/moonball.sprite.gmx
Normal file
24
sprites/moonball.sprite.gmx
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
<!--This Document is generated by GameMaker, if you edit it by hand then you do so at your own risk!-->
|
||||||
|
<sprite>
|
||||||
|
<xorig>12</xorig>
|
||||||
|
<yorigin>12</yorigin>
|
||||||
|
<colkind>1</colkind>
|
||||||
|
<coltolerance>0</coltolerance>
|
||||||
|
<sepmasks>0</sepmasks>
|
||||||
|
<bboxmode>0</bboxmode>
|
||||||
|
<bbox_left>0</bbox_left>
|
||||||
|
<bbox_right>23</bbox_right>
|
||||||
|
<bbox_top>0</bbox_top>
|
||||||
|
<bbox_bottom>23</bbox_bottom>
|
||||||
|
<HTile>0</HTile>
|
||||||
|
<VTile>0</VTile>
|
||||||
|
<TextureGroups>
|
||||||
|
<TextureGroup0>0</TextureGroup0>
|
||||||
|
</TextureGroups>
|
||||||
|
<For3D>0</For3D>
|
||||||
|
<width>24</width>
|
||||||
|
<height>24</height>
|
||||||
|
<frames>
|
||||||
|
<frame index="0">images\moonball_0.png</frame>
|
||||||
|
</frames>
|
||||||
|
</sprite>
|
Loading…
Reference in a new issue