summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2026-03-25 20:34:59 +0300
committerBoredGuy <osome3717@gmail.com>2026-03-25 20:34:59 +0300
commitaff0792bce397b5f0ec9aa8c4ab262bc61ccc093 (patch)
tree3ae41aa198d13b8638b8abbf0fcc643a8a149b2d /assets
parentc9a8845b53ab13c00ed535a2075cc45765dbbfea (diff)
Better Level Loading
- Object layers coming soon!
Diffstat (limited to 'assets')
-rw-r--r--assets/Maps/level1.tmj55
1 files changed, 55 insertions, 0 deletions
diff --git a/assets/Maps/level1.tmj b/assets/Maps/level1.tmj
new file mode 100644
index 0000000..3b31c5e
--- /dev/null
+++ b/assets/Maps/level1.tmj
@@ -0,0 +1,55 @@
+{ "compressionlevel":-1,
+ "height":5,
+ "infinite":false,
+ "layers":[
+ {
+ "id":3,
+ "image":"assets\/Graphics\/background_color_hills.svg",
+ "imageheight":256,
+ "imagewidth":256,
+ "name":"Background",
+ "opacity":1,
+ "properties":[
+ {
+ "name":"bg_name",
+ "type":"string",
+ "value":"color_hills"
+ }],
+ "repeatx":true,
+ "type":"imagelayer",
+ "visible":true,
+ "x":0,
+ "y":0
+ },
+ {
+ "data":[0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 167, 0, 167, 0, 0, 0, 0,
+ 0, 0, 167, 0, 0, 0, 0, 0, 0, 0,
+ 0, 167, 0, 0, 66, 0, 66, 0, 123, 0,
+ 175, 174, 174, 174, 174, 174, 174, 174, 174, 176],
+ "height":5,
+ "id":1,
+ "name":"Tile Layer 1",
+ "opacity":1,
+ "type":"tilelayer",
+ "visible":true,
+ "width":10,
+ "x":0,
+ "y":0
+ }],
+ "nextlayerid":4,
+ "nextobjectid":1,
+ "orientation":"orthogonal",
+ "renderorder":"right-down",
+ "tiledversion":"1.12.0-1-gd3530f437",
+ "tileheight":128,
+ "tilesets":[
+ {
+ "firstgid":1,
+ "source":"..\/..\/Tiled\/Tiles.tsx"
+ }],
+ "tilewidth":128,
+ "type":"map",
+ "version":"1.10",
+ "width":10
+} \ No newline at end of file