mirror of
https://github.com/Steffo99/stack.git
synced 2024-11-23 08:24:19 +00:00
Roba.
This commit is contained in:
parent
98964aaae9
commit
98adab68e2
10 changed files with 282 additions and 208 deletions
|
@ -34,6 +34,7 @@
|
|||
<sprite>sprites\i_clock_100_red</sprite>
|
||||
<sprite>sprites\i_clock_100_cyan</sprite>
|
||||
<sprite>sprites\i_blocco</sprite>
|
||||
<sprite>sprites\i_spiral</sprite>
|
||||
<sprite>sprites\i_bombspitter</sprite>
|
||||
<sprite>sprites\i_clock_100_totem</sprite>
|
||||
<sprite>sprites\i_maxi</sprite>
|
||||
|
@ -163,6 +164,7 @@
|
|||
<object>objects\o_radio_palla</object>
|
||||
<object>objects\o_radio_palla_blue</object>
|
||||
<object>objects\o_radio_palla_orange</object>
|
||||
<object>objects\o_radio_palla_orange_inactive</object>
|
||||
<object>objects\o_radio_palla_grande</object>
|
||||
<object>objects\o_radio_cubo</object>
|
||||
<object>objects\o_radio_triangolo</object>
|
||||
|
@ -236,7 +238,8 @@
|
|||
<object>objects\o_gravity_down</object>
|
||||
<object>objects\o_gravity_left</object>
|
||||
<object>objects\o_gravity_right</object>
|
||||
<object>objects\o_move</object>
|
||||
<object>objects\o_click_move</object>
|
||||
<object>objects\o_collision_move</object>
|
||||
</objects>
|
||||
</objects>
|
||||
<objects name="Script">
|
||||
|
@ -260,6 +263,7 @@
|
|||
</objects>
|
||||
<rooms name="rooms">
|
||||
<room>rooms\menu</room>
|
||||
<room>rooms\menu_roll</room>
|
||||
<rooms name="Stack">
|
||||
<room>rooms\s_twotris</room>
|
||||
<room>rooms\s_classic</room>
|
||||
|
|
97
objects/o_collision_move.object.gmx
Normal file
97
objects/o_collision_move.object.gmx
Normal file
|
@ -0,0 +1,97 @@
|
|||
<!--This Document is generated by GameMaker, if you edit it by hand then you do so at your own risk!-->
|
||||
<object>
|
||||
<spriteName>i_spiral</spriteName>
|
||||
<solid>-1</solid>
|
||||
<visible>-1</visible>
|
||||
<depth>0</depth>
|
||||
<persistent>0</persistent>
|
||||
<parentName>o_wall_inv</parentName>
|
||||
<maskName><undefined></maskName>
|
||||
<events>
|
||||
<event eventtype="0" enumb="0">
|
||||
<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>room_specified</string>
|
||||
</argument>
|
||||
<argument>
|
||||
<kind>0</kind>
|
||||
<string>0</string>
|
||||
</argument>
|
||||
</arguments>
|
||||
</action>
|
||||
</event>
|
||||
<event eventtype="4" ename="o_generale">
|
||||
<action>
|
||||
<libid>1</libid>
|
||||
<id>601</id>
|
||||
<kind>0</kind>
|
||||
<userelative>0</userelative>
|
||||
<isquestion>0</isquestion>
|
||||
<useapplyto>-1</useapplyto>
|
||||
<exetype>1</exetype>
|
||||
<functionname>action_execute_script</functionname>
|
||||
<codestring></codestring>
|
||||
<whoName>self</whoName>
|
||||
<relative>0</relative>
|
||||
<isnot>0</isnot>
|
||||
<arguments>
|
||||
<argument>
|
||||
<kind>9</kind>
|
||||
<script>changeroom</script>
|
||||
</argument>
|
||||
<argument>
|
||||
<kind>0</kind>
|
||||
<string></string>
|
||||
</argument>
|
||||
<argument>
|
||||
<kind>0</kind>
|
||||
<string></string>
|
||||
</argument>
|
||||
<argument>
|
||||
<kind>0</kind>
|
||||
<string></string>
|
||||
</argument>
|
||||
<argument>
|
||||
<kind>0</kind>
|
||||
<string></string>
|
||||
</argument>
|
||||
<argument>
|
||||
<kind>0</kind>
|
||||
<string></string>
|
||||
</argument>
|
||||
</arguments>
|
||||
</action>
|
||||
</event>
|
||||
</events>
|
||||
<PhysicsObject>-1</PhysicsObject>
|
||||
<PhysicsObjectSensor>0</PhysicsObjectSensor>
|
||||
<PhysicsObjectShape>1</PhysicsObjectShape>
|
||||
<PhysicsObjectDensity>0</PhysicsObjectDensity>
|
||||
<PhysicsObjectRestitution>0</PhysicsObjectRestitution>
|
||||
<PhysicsObjectGroup>1</PhysicsObjectGroup>
|
||||
<PhysicsObjectLinearDamping>0.100000001490116</PhysicsObjectLinearDamping>
|
||||
<PhysicsObjectAngularDamping>0.100000001490116</PhysicsObjectAngularDamping>
|
||||
<PhysicsObjectFriction>0.5</PhysicsObjectFriction>
|
||||
<PhysicsObjectAwake>-1</PhysicsObjectAwake>
|
||||
<PhysicsObjectKinematic>0</PhysicsObjectKinematic>
|
||||
<PhysicsShapePoints>
|
||||
<point>0,0</point>
|
||||
<point>32,0</point>
|
||||
<point>32,32</point>
|
||||
<point>0,32</point>
|
||||
</PhysicsShapePoints>
|
||||
</object>
|
26
objects/o_radio_palla_orange_inactive.object.gmx
Normal file
26
objects/o_radio_palla_orange_inactive.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>i_radio_ball_orange</spriteName>
|
||||
<solid>-1</solid>
|
||||
<visible>-1</visible>
|
||||
<depth>-3</depth>
|
||||
<persistent>0</persistent>
|
||||
<parentName>o_generale</parentName>
|
||||
<maskName><undefined></maskName>
|
||||
<events/>
|
||||
<PhysicsObject>-1</PhysicsObject>
|
||||
<PhysicsObjectSensor>0</PhysicsObjectSensor>
|
||||
<PhysicsObjectShape>0</PhysicsObjectShape>
|
||||
<PhysicsObjectDensity>1.20000004768372</PhysicsObjectDensity>
|
||||
<PhysicsObjectRestitution>0</PhysicsObjectRestitution>
|
||||
<PhysicsObjectGroup>1</PhysicsObjectGroup>
|
||||
<PhysicsObjectLinearDamping>0.100000001490116</PhysicsObjectLinearDamping>
|
||||
<PhysicsObjectAngularDamping>3</PhysicsObjectAngularDamping>
|
||||
<PhysicsObjectFriction>25</PhysicsObjectFriction>
|
||||
<PhysicsObjectAwake>-1</PhysicsObjectAwake>
|
||||
<PhysicsObjectKinematic>0</PhysicsObjectKinematic>
|
||||
<PhysicsShapePoints>
|
||||
<point>8,8</point>
|
||||
<point>8,8</point>
|
||||
</PhysicsShapePoints>
|
||||
</object>
|
|
@ -74,128 +74,6 @@
|
|||
</arguments>
|
||||
</action>
|
||||
</event>
|
||||
<event eventtype="3" enumb="2">
|
||||
<action>
|
||||
<libid>1</libid>
|
||||
<id>612</id>
|
||||
<kind>0</kind>
|
||||
<userelative>0</userelative>
|
||||
<isquestion>-1</isquestion>
|
||||
<useapplyto>-1</useapplyto>
|
||||
<exetype>1</exetype>
|
||||
<functionname>action_if_variable</functionname>
|
||||
<codestring></codestring>
|
||||
<whoName>self</whoName>
|
||||
<relative>0</relative>
|
||||
<isnot>0</isnot>
|
||||
<arguments>
|
||||
<argument>
|
||||
<kind>0</kind>
|
||||
<string>blocksp</string>
|
||||
</argument>
|
||||
<argument>
|
||||
<kind>0</kind>
|
||||
<string>blocksr</string>
|
||||
</argument>
|
||||
<argument>
|
||||
<kind>4</kind>
|
||||
<string>2</string>
|
||||
</argument>
|
||||
</arguments>
|
||||
</action>
|
||||
<action>
|
||||
<libid>1</libid>
|
||||
<id>422</id>
|
||||
<kind>1</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>
|
||||
</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>blocksr</string>
|
||||
</argument>
|
||||
<argument>
|
||||
<kind>0</kind>
|
||||
<string>blocksp</string>
|
||||
</argument>
|
||||
</arguments>
|
||||
</action>
|
||||
<action>
|
||||
<libid>1</libid>
|
||||
<id>601</id>
|
||||
<kind>0</kind>
|
||||
<userelative>0</userelative>
|
||||
<isquestion>0</isquestion>
|
||||
<useapplyto>-1</useapplyto>
|
||||
<exetype>1</exetype>
|
||||
<functionname>action_execute_script</functionname>
|
||||
<codestring></codestring>
|
||||
<whoName>self</whoName>
|
||||
<relative>0</relative>
|
||||
<isnot>0</isnot>
|
||||
<arguments>
|
||||
<argument>
|
||||
<kind>9</kind>
|
||||
<script>saverecord</script>
|
||||
</argument>
|
||||
<argument>
|
||||
<kind>0</kind>
|
||||
<string>0</string>
|
||||
</argument>
|
||||
<argument>
|
||||
<kind>0</kind>
|
||||
<string>0</string>
|
||||
</argument>
|
||||
<argument>
|
||||
<kind>0</kind>
|
||||
<string>0</string>
|
||||
</argument>
|
||||
<argument>
|
||||
<kind>0</kind>
|
||||
<string>0</string>
|
||||
</argument>
|
||||
<argument>
|
||||
<kind>0</kind>
|
||||
<string>0</string>
|
||||
</argument>
|
||||
</arguments>
|
||||
</action>
|
||||
<action>
|
||||
<libid>1</libid>
|
||||
<id>424</id>
|
||||
<kind>2</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>
|
||||
</action>
|
||||
</event>
|
||||
<event eventtype="6" enumb="53">
|
||||
<action>
|
||||
<libid>1</libid>
|
||||
|
@ -453,88 +331,6 @@ else
|
|||
</arguments>
|
||||
</action>
|
||||
</event>
|
||||
<event eventtype="9" enumb="123">
|
||||
<action>
|
||||
<libid>1</libid>
|
||||
<id>601</id>
|
||||
<kind>0</kind>
|
||||
<userelative>0</userelative>
|
||||
<isquestion>0</isquestion>
|
||||
<useapplyto>-1</useapplyto>
|
||||
<exetype>1</exetype>
|
||||
<functionname>action_execute_script</functionname>
|
||||
<codestring></codestring>
|
||||
<whoName>self</whoName>
|
||||
<relative>0</relative>
|
||||
<isnot>0</isnot>
|
||||
<arguments>
|
||||
<argument>
|
||||
<kind>9</kind>
|
||||
<script>resetrecord</script>
|
||||
</argument>
|
||||
<argument>
|
||||
<kind>0</kind>
|
||||
<string>0</string>
|
||||
</argument>
|
||||
<argument>
|
||||
<kind>0</kind>
|
||||
<string>0</string>
|
||||
</argument>
|
||||
<argument>
|
||||
<kind>0</kind>
|
||||
<string>0</string>
|
||||
</argument>
|
||||
<argument>
|
||||
<kind>0</kind>
|
||||
<string>0</string>
|
||||
</argument>
|
||||
<argument>
|
||||
<kind>0</kind>
|
||||
<string>0</string>
|
||||
</argument>
|
||||
</arguments>
|
||||
</action>
|
||||
<action>
|
||||
<libid>1</libid>
|
||||
<id>601</id>
|
||||
<kind>0</kind>
|
||||
<userelative>0</userelative>
|
||||
<isquestion>0</isquestion>
|
||||
<useapplyto>-1</useapplyto>
|
||||
<exetype>1</exetype>
|
||||
<functionname>action_execute_script</functionname>
|
||||
<codestring></codestring>
|
||||
<whoName>self</whoName>
|
||||
<relative>0</relative>
|
||||
<isnot>0</isnot>
|
||||
<arguments>
|
||||
<argument>
|
||||
<kind>9</kind>
|
||||
<script>m_stack_init</script>
|
||||
</argument>
|
||||
<argument>
|
||||
<kind>0</kind>
|
||||
<string>0</string>
|
||||
</argument>
|
||||
<argument>
|
||||
<kind>0</kind>
|
||||
<string>0</string>
|
||||
</argument>
|
||||
<argument>
|
||||
<kind>0</kind>
|
||||
<string>0</string>
|
||||
</argument>
|
||||
<argument>
|
||||
<kind>0</kind>
|
||||
<string>0</string>
|
||||
</argument>
|
||||
<argument>
|
||||
<kind>0</kind>
|
||||
<string>0</string>
|
||||
</argument>
|
||||
</arguments>
|
||||
</action>
|
||||
</event>
|
||||
<event eventtype="9" enumb="122">
|
||||
<action>
|
||||
<libid>1</libid>
|
||||
|
|
|
@ -105,9 +105,9 @@
|
|||
<instance objName="o_wall_inv_L_D" x="608" y="192" name="inst_198FF683" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv_L_D" x="352" y="64" name="inst_631202BA" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv_R_U" x="416" y="192" name="inst_EA7EEA5B" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_move" x="64" y="416" name="inst_7FCE3EC9" locked="0" code="room_specified = 3;" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_move" x="320" y="416" name="inst_65ABDD27" locked="0" code="room_specified = 9;" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_move" x="576" y="416" name="inst_211F21E2" locked="0" code="room_specified = 12;" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_click_move" x="64" y="416" name="inst_7FCE3EC9" locked="0" code="room_specified = 3;" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_click_move" x="320" y="416" name="inst_65ABDD27" locked="0" code="room_specified = 9;" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_click_move" x="576" y="416" name="inst_211F21E2" locked="0" code="room_specified = 12;" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv_L_U" x="608" y="64" name="inst_1C768606" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="menus" x="64" y="0" name="inst_009069ED" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
</instances>
|
||||
|
|
127
rooms/menu_roll.room.gmx
Normal file
127
rooms/menu_roll.room.gmx
Normal file
|
@ -0,0 +1,127 @@
|
|||
<!--This Document is generated by GameMaker, if you edit it by hand then you do so at your own risk!-->
|
||||
<room>
|
||||
<caption></caption>
|
||||
<width>640</width>
|
||||
<height>480</height>
|
||||
<vsnap>32</vsnap>
|
||||
<hsnap>32</hsnap>
|
||||
<isometric>0</isometric>
|
||||
<speed>60</speed>
|
||||
<persistent>0</persistent>
|
||||
<colour>64</colour>
|
||||
<showcolour>-1</showcolour>
|
||||
<code>room_specified = r_CD;</code>
|
||||
<enableViews>0</enableViews>
|
||||
<clearViewBackground>-1</clearViewBackground>
|
||||
<makerSettings>
|
||||
<isSet>-1</isSet>
|
||||
<w>875</w>
|
||||
<h>460</h>
|
||||
<showGrid>-1</showGrid>
|
||||
<showObjects>-1</showObjects>
|
||||
<showTiles>-1</showTiles>
|
||||
<showBackgrounds>-1</showBackgrounds>
|
||||
<showForegrounds>-1</showForegrounds>
|
||||
<showViews>0</showViews>
|
||||
<deleteUnderlyingObj>0</deleteUnderlyingObj>
|
||||
<deleteUnderlyingTiles>-1</deleteUnderlyingTiles>
|
||||
<page>0</page>
|
||||
<xoffset>-230</xoffset>
|
||||
<yoffset>220</yoffset>
|
||||
</makerSettings>
|
||||
<backgrounds>
|
||||
<background visible="0" foreground="0" name="" x="0" y="0" htiled="-1" vtiled="-1" hspeed="0" vspeed="0" stretch="0"/>
|
||||
<background visible="0" foreground="0" name="" x="0" y="0" htiled="-1" vtiled="-1" hspeed="0" vspeed="0" stretch="0"/>
|
||||
<background visible="0" foreground="0" name="" x="0" y="0" htiled="-1" vtiled="-1" hspeed="0" vspeed="0" stretch="0"/>
|
||||
<background visible="0" foreground="0" name="" x="0" y="0" htiled="-1" vtiled="-1" hspeed="0" vspeed="0" stretch="0"/>
|
||||
<background visible="0" foreground="0" name="" x="0" y="0" htiled="-1" vtiled="-1" hspeed="0" vspeed="0" stretch="0"/>
|
||||
<background visible="0" foreground="0" name="" x="0" y="0" htiled="-1" vtiled="-1" hspeed="0" vspeed="0" stretch="0"/>
|
||||
<background visible="0" foreground="0" name="" x="0" y="0" htiled="-1" vtiled="-1" hspeed="0" vspeed="0" stretch="0"/>
|
||||
<background visible="0" foreground="0" name="" x="0" y="0" htiled="-1" vtiled="-1" hspeed="0" vspeed="0" stretch="0"/>
|
||||
</backgrounds>
|
||||
<views>
|
||||
<view visible="0" objName="<undefined>" xview="0" yview="0" wview="640" hview="480" xport="0" yport="0" wport="640" hport="480" hborder="32" vborder="32" hspeed="-1" vspeed="-1"/>
|
||||
<view visible="0" objName="<undefined>" xview="0" yview="0" wview="640" hview="480" xport="0" yport="0" wport="640" hport="480" hborder="32" vborder="32" hspeed="-1" vspeed="-1"/>
|
||||
<view visible="0" objName="<undefined>" xview="0" yview="0" wview="640" hview="480" xport="0" yport="0" wport="640" hport="480" hborder="32" vborder="32" hspeed="-1" vspeed="-1"/>
|
||||
<view visible="0" objName="<undefined>" xview="0" yview="0" wview="640" hview="480" xport="0" yport="0" wport="640" hport="480" hborder="32" vborder="32" hspeed="-1" vspeed="-1"/>
|
||||
<view visible="0" objName="<undefined>" xview="0" yview="0" wview="640" hview="480" xport="0" yport="0" wport="640" hport="480" hborder="32" vborder="32" hspeed="-1" vspeed="-1"/>
|
||||
<view visible="0" objName="<undefined>" xview="0" yview="0" wview="640" hview="480" xport="0" yport="0" wport="640" hport="480" hborder="32" vborder="32" hspeed="-1" vspeed="-1"/>
|
||||
<view visible="0" objName="<undefined>" xview="0" yview="0" wview="640" hview="480" xport="0" yport="0" wport="640" hport="480" hborder="32" vborder="32" hspeed="-1" vspeed="-1"/>
|
||||
<view visible="0" objName="<undefined>" xview="0" yview="0" wview="640" hview="480" xport="0" yport="0" wport="640" hport="480" hborder="32" vborder="32" hspeed="-1" vspeed="-1"/>
|
||||
</views>
|
||||
<instances>
|
||||
<instance objName="o_wall_norm_L_D" x="64" y="96" name="inst_E656AF36" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_norm_L_D" x="128" y="160" name="inst_DC53D920" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_norm_L_D" x="96" y="128" name="inst_AC73F324" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv_L_D" x="160" y="256" name="inst_414E10D5" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv_R_U" x="64" y="128" name="inst_0D12C8EF" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_norm" x="0" y="96" name="inst_FDA500F9" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_norm" x="32" y="96" name="inst_3E599DA3" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_bombspawner" x="608" y="32" name="inst_FDF7D651" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv" x="608" y="448" name="inst_8E617A19" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv" x="576" y="448" name="inst_30586738" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_collision_move" x="32" y="256" name="inst_008CE0E9" locked="0" code="room_specified = r_paracadute_mp;
" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="text" x="544" y="384" name="inst_F5C059E7" locked="0" code="display = "Bombardamento";
" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_radio_palla" x="32" y="64" name="inst_2C06AD31" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_info_keys" x="128" y="32" name="inst_F1B618C0" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="text" x="96" y="216" name="inst_4AF82CB6" locked="0" code="display = "Multiplayer locale";
" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_norm" x="128" y="192" name="inst_03216B1B" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_norm" x="96" y="192" name="inst_58652F7D" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_norm" x="64" y="192" name="inst_5397C63E" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_norm" x="32" y="192" name="inst_FC65D6E8" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_norm" x="32" y="160" name="inst_A0CD49D1" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_norm" x="32" y="128" name="inst_79CB9173" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_norm" x="0" y="192" name="inst_435C28E2" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_norm" x="0" y="160" name="inst_B05D4E4C" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_norm" x="0" y="128" name="inst_4A0E0321" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv_R_U" x="96" y="160" name="inst_0325E775" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_norm" x="128" y="256" name="inst_1149D4AD" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv" x="96" y="256" name="inst_1499BB8E" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv" x="64" y="256" name="inst_A278156F" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv" x="0" y="256" name="inst_72C9F3E6" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv" x="0" y="224" name="inst_37EEBACD" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_radio_palla_orange_inactive" x="64" y="160" name="inst_4F86D307" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_collision_move" x="544" y="448" name="inst_E1DBBEFF" locked="0" code="room_specified = r_bombtest;
" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_CD" x="256" y="352" name="inst_5E6FA920" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv_L_D" x="192" y="352" name="inst_9865DDFF" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv_R_U" x="160" y="288" name="inst_1E1C3E37" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv" x="256" y="384" name="inst_98410987" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv_R_U" x="192" y="384" name="inst_F24FD64E" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv" x="480" y="448" name="inst_3FBB734D" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv" x="512" y="448" name="inst_13E98C9D" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv" x="224" y="384" name="inst_E7FF17C9" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv" x="320" y="384" name="inst_44DBA5F4" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="text" x="288" y="288" name="inst_946B61E9" locked="0" code="display = "CD";
" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_norm_L_D" x="128" y="384" name="inst_C5EB03F5" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_norm_L_D" x="160" y="416" name="inst_3E95C2C3" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv" x="192" y="448" name="inst_1CF1C07C" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv" x="224" y="448" name="inst_196B9CC3" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv" x="256" y="448" name="inst_B88EAEDD" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv" x="288" y="448" name="inst_93FD79C8" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv" x="320" y="448" name="inst_CD9C5D69" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv" x="352" y="448" name="inst_D8CF5949" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv" x="384" y="448" name="inst_58CADDC8" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv" x="416" y="448" name="inst_2323AF00" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv" x="448" y="448" name="inst_5FD995A0" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv_R_U" x="160" y="448" name="inst_8AD15426" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv_R_U" x="128" y="416" name="inst_787BFCA8" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_collision_move" x="352" y="384" name="inst_C0322C52" locked="0" code="room_specified = r_CD;
" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv" x="64" y="384" name="inst_CC76609E" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_collision_move" x="32" y="384" name="inst_3F88D812" locked="0" code="room_specified = r_test;
" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv" x="96" y="384" name="inst_326576E4" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv" x="0" y="384" name="inst_7142BEE0" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv" x="0" y="352" name="inst_7FB0DC01" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv" x="0" y="320" name="inst_ED871016" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="o_wall_inv" x="0" y="288" name="inst_76A7D4FA" locked="0" code="" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
<instance objName="text" x="64" y="320" name="inst_A19F7258" locked="0" code="display = "Livello";
" scaleX="1" scaleY="1" colour="4294967295" rotation="0"/>
|
||||
</instances>
|
||||
<tiles/>
|
||||
<PhysicsWorld>-1</PhysicsWorld>
|
||||
<PhysicsWorldTop>0</PhysicsWorldTop>
|
||||
<PhysicsWorldLeft>0</PhysicsWorldLeft>
|
||||
<PhysicsWorldRight>640</PhysicsWorldRight>
|
||||
<PhysicsWorldBottom>480</PhysicsWorldBottom>
|
||||
<PhysicsWorldGravityX>0</PhysicsWorldGravityX>
|
||||
<PhysicsWorldGravityY>60</PhysicsWorldGravityY>
|
||||
<PhysicsWorldPixToMeters>0.100000001490116</PhysicsWorldPixToMeters>
|
||||
</room>
|
24
sprites/i_spiral.sprite.gmx
Normal file
24
sprites/i_spiral.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>16</xorig>
|
||||
<yorigin>16</yorigin>
|
||||
<colkind>1</colkind>
|
||||
<coltolerance>0</coltolerance>
|
||||
<sepmasks>0</sepmasks>
|
||||
<bboxmode>0</bboxmode>
|
||||
<bbox_left>0</bbox_left>
|
||||
<bbox_right>31</bbox_right>
|
||||
<bbox_top>0</bbox_top>
|
||||
<bbox_bottom>31</bbox_bottom>
|
||||
<HTile>0</HTile>
|
||||
<VTile>0</VTile>
|
||||
<TextureGroups>
|
||||
<TextureGroup0>0</TextureGroup0>
|
||||
</TextureGroups>
|
||||
<For3D>0</For3D>
|
||||
<width>32</width>
|
||||
<height>32</height>
|
||||
<frames>
|
||||
<frame index="0">images\i_spiral_0.png</frame>
|
||||
</frames>
|
||||
</sprite>
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
BIN
sprites/images/i_spiral_0.png
Normal file
BIN
sprites/images/i_spiral_0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 159 B |
Loading…
Reference in a new issue