Add inventory.
This commit is contained in:
parent
ddc1b3a6ce
commit
1f4a8a24be
17 changed files with 751 additions and 14 deletions
Binary file not shown.
Before Width: | Height: | Size: 121 B After Width: | Height: | Size: 103 B |
Binary file not shown.
Before Width: | Height: | Size: 763 B After Width: | Height: | Size: 692 B |
BIN
sprites/images/spr_intentory_0.png
Normal file
BIN
sprites/images/spr_intentory_0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
|
@ -1,14 +1,14 @@
|
|||
<!--This Document is generated by GameMaker, if you edit it by hand then you do so at your own risk!-->
|
||||
<sprite>
|
||||
<type>0</type>
|
||||
<xorig>194</xorig>
|
||||
<yorigin>59</yorigin>
|
||||
<xorig>0</xorig>
|
||||
<yorigin>0</yorigin>
|
||||
<colkind>1</colkind>
|
||||
<coltolerance>0</coltolerance>
|
||||
<sepmasks>0</sepmasks>
|
||||
<bboxmode>0</bboxmode>
|
||||
<bbox_left>0</bbox_left>
|
||||
<bbox_right>388</bbox_right>
|
||||
<bbox_right>423</bbox_right>
|
||||
<bbox_top>0</bbox_top>
|
||||
<bbox_bottom>58</bbox_bottom>
|
||||
<HTile>0</HTile>
|
||||
|
@ -17,7 +17,7 @@
|
|||
<TextureGroup0>0</TextureGroup0>
|
||||
</TextureGroups>
|
||||
<For3D>0</For3D>
|
||||
<width>389</width>
|
||||
<width>424</width>
|
||||
<height>59</height>
|
||||
<frames>
|
||||
<frame index="0">images\spr_hotbar_0.png</frame>
|
||||
|
|
25
sprites/spr_intentory.sprite.gmx
Normal file
25
sprites/spr_intentory.sprite.gmx
Normal file
|
@ -0,0 +1,25 @@
|
|||
<!--This Document is generated by GameMaker, if you edit it by hand then you do so at your own risk!-->
|
||||
<sprite>
|
||||
<type>0</type>
|
||||
<xorig>0</xorig>
|
||||
<yorigin>0</yorigin>
|
||||
<colkind>1</colkind>
|
||||
<coltolerance>0</coltolerance>
|
||||
<sepmasks>0</sepmasks>
|
||||
<bboxmode>0</bboxmode>
|
||||
<bbox_left>0</bbox_left>
|
||||
<bbox_right>423</bbox_right>
|
||||
<bbox_top>0</bbox_top>
|
||||
<bbox_bottom>238</bbox_bottom>
|
||||
<HTile>0</HTile>
|
||||
<VTile>0</VTile>
|
||||
<TextureGroups>
|
||||
<TextureGroup0>0</TextureGroup0>
|
||||
</TextureGroups>
|
||||
<For3D>0</For3D>
|
||||
<width>424</width>
|
||||
<height>239</height>
|
||||
<frames>
|
||||
<frame index="0">images\spr_intentory_0.png</frame>
|
||||
</frames>
|
||||
</sprite>
|
Reference in a new issue