mirror of
https://github.com/Steffo99/stack.git
synced 2024-11-22 07:54:20 +00:00
Roba per la selezione livelli.
This commit is contained in:
parent
8a1ed2f397
commit
c55047082b
11 changed files with 102 additions and 2 deletions
|
@ -213,7 +213,7 @@
|
||||||
<option_use_new_audio>true</option_use_new_audio>
|
<option_use_new_audio>true</option_use_new_audio>
|
||||||
<option_variableerrors>false</option_variableerrors>
|
<option_variableerrors>false</option_variableerrors>
|
||||||
<option_version>100</option_version>
|
<option_version>100</option_version>
|
||||||
<option_version_build>5</option_version_build>
|
<option_version_build>8</option_version_build>
|
||||||
<option_version_company></option_version_company>
|
<option_version_company></option_version_company>
|
||||||
<option_version_copyright></option_version_copyright>
|
<option_version_copyright></option_version_copyright>
|
||||||
<option_version_description></option_version_description>
|
<option_version_description></option_version_description>
|
||||||
|
|
|
@ -7,6 +7,10 @@
|
||||||
<sounds name="sound"/>
|
<sounds name="sound"/>
|
||||||
<sprites name="sprites">
|
<sprites name="sprites">
|
||||||
<sprite>sprites\ytile</sprite>
|
<sprite>sprites\ytile</sprite>
|
||||||
|
<sprite>sprites\t_twotris</sprite>
|
||||||
|
<sprite>sprites\t_classic</sprite>
|
||||||
|
<sprite>sprites\t_sandbox</sprite>
|
||||||
|
<sprite>sprites\t_stairs</sprite>
|
||||||
<sprite>sprites\up</sprite>
|
<sprite>sprites\up</sprite>
|
||||||
<sprite>sprites\yslabl</sprite>
|
<sprite>sprites\yslabl</sprite>
|
||||||
<sprite>sprites\ytopl</sprite>
|
<sprite>sprites\ytopl</sprite>
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<arguments>
|
<arguments>
|
||||||
<argument>
|
<argument>
|
||||||
<kind>11</kind>
|
<kind>11</kind>
|
||||||
<room>map1</room>
|
<room>s_twotris</room>
|
||||||
</argument>
|
</argument>
|
||||||
</arguments>
|
</arguments>
|
||||||
</action>
|
</action>
|
||||||
|
|
BIN
sprites/images/t_classic_0.png
Normal file
BIN
sprites/images/t_classic_0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 171 B |
BIN
sprites/images/t_sandbox_0.png
Normal file
BIN
sprites/images/t_sandbox_0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 134 B |
BIN
sprites/images/t_stairs_0.png
Normal file
BIN
sprites/images/t_stairs_0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 162 B |
BIN
sprites/images/t_twotris_0.png
Normal file
BIN
sprites/images/t_twotris_0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 182 B |
24
sprites/t_classic.sprite.gmx
Normal file
24
sprites/t_classic.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\t_classic_0.png</frame>
|
||||||
|
</frames>
|
||||||
|
</sprite>
|
24
sprites/t_sandbox.sprite.gmx
Normal file
24
sprites/t_sandbox.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\t_sandbox_0.png</frame>
|
||||||
|
</frames>
|
||||||
|
</sprite>
|
24
sprites/t_stairs.sprite.gmx
Normal file
24
sprites/t_stairs.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\t_stairs_0.png</frame>
|
||||||
|
</frames>
|
||||||
|
</sprite>
|
24
sprites/t_twotris.sprite.gmx
Normal file
24
sprites/t_twotris.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\t_twotris_0.png</frame>
|
||||||
|
</frames>
|
||||||
|
</sprite>
|
Loading…
Reference in a new issue