123 lines
3.7 KiB
Plaintext
123 lines
3.7 KiB
Plaintext
|
<!--This Document is generated by GameMaker, if you edit it by hand then you do so at your own risk!-->
|
||
|
<object>
|
||
|
<spriteName><undefined></spriteName>
|
||
|
<solid>0</solid>
|
||
|
<visible>0</visible>
|
||
|
<depth>0</depth>
|
||
|
<persistent>0</persistent>
|
||
|
<parentName><undefined></parentName>
|
||
|
<maskName><undefined></maskName>
|
||
|
<events>
|
||
|
<event eventtype="0" enumb="0">
|
||
|
<action>
|
||
|
<libid>1</libid>
|
||
|
<id>605</id>
|
||
|
<kind>0</kind>
|
||
|
<userelative>0</userelative>
|
||
|
<isquestion>0</isquestion>
|
||
|
<useapplyto>0</useapplyto>
|
||
|
<exetype>0</exetype>
|
||
|
<functionname></functionname>
|
||
|
<codestring></codestring>
|
||
|
<whoName>self</whoName>
|
||
|
<relative>0</relative>
|
||
|
<isnot>0</isnot>
|
||
|
<arguments>
|
||
|
<argument>
|
||
|
<kind>1</kind>
|
||
|
<string>Defines the attributes `parent` and `children`. Children are implemented as an ordered list.</string>
|
||
|
</argument>
|
||
|
</arguments>
|
||
|
</action>
|
||
|
<action>
|
||
|
<libid>1</libid>
|
||
|
<id>611</id>
|
||
|
<kind>6</kind>
|
||
|
<userelative>-1</userelative>
|
||
|
<isquestion>0</isquestion>
|
||
|
<useapplyto>-1</useapplyto>
|
||
|
<exetype>2</exetype>
|
||
|
<functionname></functionname>
|
||
|
<codestring></codestring>
|
||
|
<whoName>self</whoName>
|
||
|
<relative>0</relative>
|
||
|
<isnot>0</isnot>
|
||
|
<arguments>
|
||
|
<argument>
|
||
|
<kind>1</kind>
|
||
|
<string>parent</string>
|
||
|
</argument>
|
||
|
<argument>
|
||
|
<kind>0</kind>
|
||
|
<string>noone</string>
|
||
|
</argument>
|
||
|
</arguments>
|
||
|
</action>
|
||
|
<action>
|
||
|
<libid>1</libid>
|
||
|
<id>611</id>
|
||
|
<kind>6</kind>
|
||
|
<userelative>-1</userelative>
|
||
|
<isquestion>0</isquestion>
|
||
|
<useapplyto>-1</useapplyto>
|
||
|
<exetype>2</exetype>
|
||
|
<functionname></functionname>
|
||
|
<codestring></codestring>
|
||
|
<whoName>self</whoName>
|
||
|
<relative>0</relative>
|
||
|
<isnot>0</isnot>
|
||
|
<arguments>
|
||
|
<argument>
|
||
|
<kind>1</kind>
|
||
|
<string>children</string>
|
||
|
</argument>
|
||
|
<argument>
|
||
|
<kind>0</kind>
|
||
|
<string>ds_list_create()</string>
|
||
|
</argument>
|
||
|
</arguments>
|
||
|
</action>
|
||
|
</event>
|
||
|
<event eventtype="1" enumb="0">
|
||
|
<action>
|
||
|
<libid>1</libid>
|
||
|
<id>603</id>
|
||
|
<kind>7</kind>
|
||
|
<userelative>0</userelative>
|
||
|
<isquestion>0</isquestion>
|
||
|
<useapplyto>-1</useapplyto>
|
||
|
<exetype>2</exetype>
|
||
|
<functionname></functionname>
|
||
|
<codestring></codestring>
|
||
|
<whoName>self</whoName>
|
||
|
<relative>0</relative>
|
||
|
<isnot>0</isnot>
|
||
|
<arguments>
|
||
|
<argument>
|
||
|
<kind>1</kind>
|
||
|
<string>///Clear all children's parent and remove the children list
|
||
|
for (i = 0; i < ds_list_size(children); i++)
|
||
|
children[|i].parent = noone;
|
||
|
|
||
|
ds_list_destroy(children);
|
||
|
|
||
|
</string>
|
||
|
</argument>
|
||
|
</arguments>
|
||
|
</action>
|
||
|
</event>
|
||
|
</events>
|
||
|
<PhysicsObject>0</PhysicsObject>
|
||
|
<PhysicsObjectSensor>0</PhysicsObjectSensor>
|
||
|
<PhysicsObjectShape>0</PhysicsObjectShape>
|
||
|
<PhysicsObjectDensity>0.5</PhysicsObjectDensity>
|
||
|
<PhysicsObjectRestitution>0.100000001490116</PhysicsObjectRestitution>
|
||
|
<PhysicsObjectGroup>0</PhysicsObjectGroup>
|
||
|
<PhysicsObjectLinearDamping>0.100000001490116</PhysicsObjectLinearDamping>
|
||
|
<PhysicsObjectAngularDamping>0.100000001490116</PhysicsObjectAngularDamping>
|
||
|
<PhysicsObjectFriction>0.200000002980232</PhysicsObjectFriction>
|
||
|
<PhysicsObjectAwake>-1</PhysicsObjectAwake>
|
||
|
<PhysicsObjectKinematic>0</PhysicsObjectKinematic>
|
||
|
<PhysicsShapePoints/>
|
||
|
</object>
|