diff options
| author | Gene Pasquet <gene@pacerevenue.com> | 2025-05-15 14:20:19 +0200 | 
|---|---|---|
| committer | Gene Pasquet <gene@pacerevenue.com> | 2025-05-15 14:20:19 +0200 | 
| commit | d5a454eff8e722c372b42efd476b52a51bba327d (patch) | |
| tree | e3ebeab02d9554ff6430169304c34916734fc714 /assets | |
| parent | cee75e57560b77e8ec0a394c1d3c98b9839be80e (diff) | |
Define player start position in level tmx
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/level-0.tmx | 10 | 
1 files changed, 9 insertions, 1 deletions
| diff --git a/assets/level-0.tmx b/assets/level-0.tmx index 6112f03..6df96ae 100644 --- a/assets/level-0.tmx +++ b/assets/level-0.tmx @@ -1,5 +1,5 @@  <?xml version="1.0" encoding="UTF-8"?> -<map version="1.10" tiledversion="1.11.2" orientation="orthogonal" renderorder="right-down" width="40" height="30" tilewidth="16" tileheight="16" infinite="0" nextlayerid="5" nextobjectid="1"> +<map version="1.10" tiledversion="1.11.2" orientation="orthogonal" renderorder="right-down" width="40" height="30" tilewidth="16" tileheight="16" infinite="0" nextlayerid="8" nextobjectid="4">   <tileset firstgid="1" source="tileset_colored.tsx"/>   <tileset firstgid="1025" source="monochrome_transparent.tsx"/>   <layer id="3" name="ground" width="40" height="30"> @@ -36,4 +36,12 @@  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1093,0,0,0,0,0,0,0,0,0,0  </data>   </layer> + <objectgroup id="7" name="entities"> +  <object id="2" name="player" type="Player" gid="1053" x="176" y="336" width="16" height="16"/> +  <object id="3" name="hint" type="text" x="428.5" y="82" width="197" height="78"> +   <properties> +    <property name="text" value="hit space to start a macro"/> +   </properties> +  </object> + </objectgroup>  </map> | 
