mirror of
https://github.com/Steffo99/stack.git
synced 2025-02-16 14:33:59 +00:00
Aggiunto un mouse per i triangoli.
This commit is contained in:
parent
1dc340b015
commit
194f04c2ad
4 changed files with 26 additions and 1 deletions
|
@ -32,6 +32,7 @@
|
|||
<sprite>sprites\cursor</sprite>
|
||||
<sprite>sprites\X</sprite>
|
||||
<sprite>sprites\cblock</sprite>
|
||||
<sprite>sprites\tricursor</sprite>
|
||||
<sprite>sprites\V</sprite>
|
||||
<sprite>sprites\locked</sprite>
|
||||
<sprite>sprites\coin</sprite>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<arguments>
|
||||
<argument>
|
||||
<kind>5</kind>
|
||||
<sprite>cblock</sprite>
|
||||
<sprite>tricursor</sprite>
|
||||
</argument>
|
||||
<argument>
|
||||
<kind>4</kind>
|
||||
|
|
BIN
sprites/images/tricursor_0.png
Normal file
BIN
sprites/images/tricursor_0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 157 B |
24
sprites/tricursor.sprite.gmx
Normal file
24
sprites/tricursor.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>10</xorig>
|
||||
<yorigin>10</yorigin>
|
||||
<colkind>1</colkind>
|
||||
<coltolerance>0</coltolerance>
|
||||
<sepmasks>0</sepmasks>
|
||||
<bboxmode>0</bboxmode>
|
||||
<bbox_left>0</bbox_left>
|
||||
<bbox_right>19</bbox_right>
|
||||
<bbox_top>0</bbox_top>
|
||||
<bbox_bottom>19</bbox_bottom>
|
||||
<HTile>0</HTile>
|
||||
<VTile>0</VTile>
|
||||
<TextureGroups>
|
||||
<TextureGroup0>0</TextureGroup0>
|
||||
</TextureGroups>
|
||||
<For3D>0</For3D>
|
||||
<width>20</width>
|
||||
<height>20</height>
|
||||
<frames>
|
||||
<frame index="0">images\tricursor_0.png</frame>
|
||||
</frames>
|
||||
</sprite>
|
Loading…
Add table
Reference in a new issue