diff options
author | Indrajith K L | 2021-08-03 17:53:10 +0530 |
---|---|---|
committer | Indrajith K L | 2021-08-03 17:53:10 +0530 |
commit | 705886d371cf2cfa619b321c0d87caca0773a789 (patch) | |
tree | 0e860ca10c6cfd122b403b02e84d4fef72078b63 /assets | |
parent | 5bd12d5a658c1cd710bc950be971ebe3993ed11d (diff) | |
download | rebirth-wren-705886d371cf2cfa619b321c0d87caca0773a789.tar.gz rebirth-wren-705886d371cf2cfa619b321c0d87caca0773a789.tar.bz2 rebirth-wren-705886d371cf2cfa619b321c0d87caca0773a789.zip |
Bug Fixes
Player Placement
Basic Player Movement
Diffstat (limited to 'assets')
-rw-r--r-- | assets/fonts/dogicapixel.ttf | bin | 0 -> 33556 bytes | |||
-rw-r--r-- | assets/level1.json | 26 | ||||
-rw-r--r-- | assets/level1.tmx | 24 | ||||
-rw-r--r-- | assets/musics/Juhani Junkala [Retro Game Music Pack] Ending.wav | bin | 0 -> 7876878 bytes |
4 files changed, 22 insertions, 28 deletions
diff --git a/assets/fonts/dogicapixel.ttf b/assets/fonts/dogicapixel.ttf Binary files differnew file mode 100644 index 0000000..bd3ebe8 --- /dev/null +++ b/assets/fonts/dogicapixel.ttf diff --git a/assets/level1.json b/assets/level1.json index 5b1ce14..fe44270 100644 --- a/assets/level1.json +++ b/assets/level1.json @@ -35,19 +35,29 @@ "y":0 }, { - "data":[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, 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, 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, 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, 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, 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, 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, 0, 0, 120, 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, 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, 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, 0, 0, 0, 0, 0, 0, 0], - "height":15, - "id":4, - "name":"Tile Layer 3", + "draworder":"topdown", + "id":5, + "name":"objects", + "objects":[ + { + "height":16, + "id":1, + "name":"player", + "rotation":0, + "type":"player", + "visible":true, + "width":16, + "x":16, + "y":32 + }], "opacity":1, - "type":"tilelayer", + "type":"objectgroup", "visible":true, - "width":20, "x":0, "y":0 }], - "nextlayerid":5, - "nextobjectid":1, + "nextlayerid":6, + "nextobjectid":2, "orientation":"orthogonal", "renderorder":"right-down", "tiledversion":"1.5.0", diff --git a/assets/level1.tmx b/assets/level1.tmx index d92b54d..e767d39 100644 --- a/assets/level1.tmx +++ b/assets/level1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.5" tiledversion="1.5.0" orientation="orthogonal" renderorder="right-down" width="20" height="15" tilewidth="16" tileheight="16" infinite="0" nextlayerid="5" nextobjectid="1"> +<map version="1.5" tiledversion="1.5.0" orientation="orthogonal" renderorder="right-down" width="20" height="15" tilewidth="16" tileheight="16" infinite="0" nextlayerid="6" nextobjectid="2"> <editorsettings> <export target="level1.json" format="json"/> </editorsettings> @@ -42,23 +42,7 @@ 127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127 </data> </layer> - <layer id="4" name="Tile Layer 3" width="20" height="15"> - <data encoding="csv"> -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,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,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,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,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,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,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,0,0,120,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,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,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,0,0,0,0,0,0,0 -</data> - </layer> + <objectgroup id="5" name="objects"> + <object id="1" name="player" type="player" x="16" y="32" width="16" height="16"/> + </objectgroup> </map> diff --git a/assets/musics/Juhani Junkala [Retro Game Music Pack] Ending.wav b/assets/musics/Juhani Junkala [Retro Game Music Pack] Ending.wav Binary files differnew file mode 100644 index 0000000..5160703 --- /dev/null +++ b/assets/musics/Juhani Junkala [Retro Game Music Pack] Ending.wav |