created resources directory

This commit is contained in:
Sara 2023-09-18 08:32:33 +02:00
parent 8af94b8660
commit c9669c743f
5 changed files with 34 additions and 0 deletions

10
resources/box.tilemap.csv Normal file
View file

@ -0,0 +1,10 @@
1,1,1,1,1,1,1,1,1,1
1,-1,-1,-1,-1,-1,-1,-1,-1,1
1,-1,-1,-1,-1,-1,-1,-1,-1,1
1,-1,-1,-1,-1,-1,-1,-1,-1,1
1,-1,-1,-1,-1,-1,-1,-1,-1,1
1,-1,-1,-1,-1,-1,-1,-1,-1,1
1,-1,-1,-1,-1,-1,-1,-1,-1,1
1,2,2,2,2,2,2,2,2,1
1,1,1,1,1,1,1,1,1,1
1,1,1,1,1,1,1,1,1,1
1 1 1 1 1 1 1 1 1 1 1
2 1 -1 -1 -1 -1 -1 -1 -1 -1 1
3 1 -1 -1 -1 -1 -1 -1 -1 -1 1
4 1 -1 -1 -1 -1 -1 -1 -1 -1 1
5 1 -1 -1 -1 -1 -1 -1 -1 -1 1
6 1 -1 -1 -1 -1 -1 -1 -1 -1 1
7 1 -1 -1 -1 -1 -1 -1 -1 -1 1
8 1 2 2 2 2 2 2 2 2 1
9 1 1 1 1 1 1 1 1 1 1
10 1 1 1 1 1 1 1 1 1 1

23
resources/box.tilemap.tmx Normal file
View file

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="10" height="10" tilewidth="32" tileheight="32" infinite="0" nextlayerid="3" nextobjectid="2">
<tileset firstgid="1" source="../maps/castle.tsx"/>
<layer id="1" name="Tiles" width="10" height="10">
<data encoding="csv">
2,2,2,2,2,2,2,2,2,2,
2,0,0,0,0,0,0,0,0,2,
2,0,0,0,0,0,0,0,0,2,
2,0,0,0,0,0,0,0,0,2,
2,0,0,0,0,0,0,0,0,2,
2,0,0,0,0,0,0,0,0,2,
2,0,0,0,0,0,0,0,0,2,
2,3,3,3,3,3,3,3,3,2,
2,2,2,2,2,2,2,2,2,2,
2,2,2,2,2,2,2,2,2,2
</data>
</layer>
<objectgroup id="2" name="Entities">
<object id="1" name="player" type="player" x="107.092" y="221.594">
<point/>
</object>
</objectgroup>
</map>

View file

@ -0,0 +1 @@
resources/ts_castle.png
1 resources/ts_castle.png

BIN
resources/player.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
resources/ts_castle.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 490 B