CommitLog |
This commit is contained in:
parent
74202c44a8
commit
a9faaf94e6
6 changed files with 275 additions and 7 deletions
Binary file not shown.
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 405 B |
|
@ -1,25 +1,28 @@
|
|||
<!--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>47</xorig>
|
||||
<yorigin>34</yorigin>
|
||||
<xorig>40</xorig>
|
||||
<yorigin>40</yorigin>
|
||||
<colkind>0</colkind>
|
||||
<coltolerance>0</coltolerance>
|
||||
<sepmasks>-1</sepmasks>
|
||||
<bboxmode>0</bboxmode>
|
||||
<bbox_left>7</bbox_left>
|
||||
<bbox_right>41</bbox_right>
|
||||
<bbox_left>0</bbox_left>
|
||||
<bbox_right>79</bbox_right>
|
||||
<bbox_top>2</bbox_top>
|
||||
<bbox_bottom>38</bbox_bottom>
|
||||
<bbox_bottom>76</bbox_bottom>
|
||||
<HTile>0</HTile>
|
||||
<VTile>0</VTile>
|
||||
<TextureGroups>
|
||||
<TextureGroup0>0</TextureGroup0>
|
||||
</TextureGroups>
|
||||
<For3D>0</For3D>
|
||||
<width>1000</width>
|
||||
<height>750</height>
|
||||
<width>80</width>
|
||||
<height>80</height>
|
||||
<frames>
|
||||
<frame index="0">images\spr_player_0.png</frame>
|
||||
<frame index="1">images\spr_player_1.png</frame>
|
||||
<frame index="2">images\spr_player_2.png</frame>
|
||||
<frame index="3">images\spr_player_3.png</frame>
|
||||
</frames>
|
||||
</sprite>
|
||||
|
|
Reference in a new issue