summaryrefslogtreecommitdiffstats
path: root/dist/resources/map/test.json
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2018-12-08 12:39:18 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2018-12-08 12:39:18 +0100
commitb3950330e3351437f153c6c1debb3821d6e28864 (patch)
tree0b381b523045bd59cd679825a11976a45813fc24 /dist/resources/map/test.json
parent439dcf391784ea3abb61473c74b9c27fcd9fdc2d (diff)
downloadrpgedit-b3950330e3351437f153c6c1debb3821d6e28864.tar
rpgedit-b3950330e3351437f153c6c1debb3821d6e28864.zip
Create Electron app
Diffstat (limited to 'dist/resources/map/test.json')
-rw-r--r--dist/resources/map/test.json84
1 files changed, 0 insertions, 84 deletions
diff --git a/dist/resources/map/test.json b/dist/resources/map/test.json
deleted file mode 100644
index 91efc19..0000000
--- a/dist/resources/map/test.json
+++ /dev/null
@@ -1,84 +0,0 @@
-{
- "tiles": [
- "-stone/floor",
- "-stone/plate",
- "-stone/wall/top",
- "-stone/wall/right",
- "-stone/wall/bottom",
- "-stone/wall/left",
- "-stone/wall/top_left",
- "-stone/wall/top_right",
- "-stone/wall/bottom_right",
- "-stone/wall/bottom_left",
- "-stone/wall/top_left_inner",
- "-stone/wall/top_right_inner",
- "-stone/wall/bottom_right_inner",
- "-stone/wall/bottom_left_inner",
- "@water",
- "-stone/border/bottom_right",
- "-stone/border/bottom_left"
- ],
- "layers": [
- {
- "tiles": [
- [0, 7, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 8, 0],
- [0, 6, 1, 1, 1, 1, 15, 15, 1, 1, 1, 1, 4, 0],
- [0, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 0],
- [0, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 0],
- [3, 11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 12, 3],
- [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],
- [5, 14, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 13, 5],
- [0, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 0],
- [0, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 0],
- [0, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 0],
- [0, 10, 5, 5, 5, 14, 1, 1, 13, 5, 5, 5, 9, 0],
- [0, 0, 0, 0, 0, 6, 1, 1, 4, 0, 0, 0, 0, 0]
- ]
- },
- {
- "tiles": [
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
- [0, 0, 0, 0, 0, 0, 17, 16, 0, 0, 0, 0, 0, 0],
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
- [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2],
- [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2],
- [0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0],
- [0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0],
- [0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0],
- [0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0],
- [0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0],
- [0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0]
- ]
- }
- ],
- "collision": [
- {
- "type": "polygon",
- "vertices": [
- [ 2, 1],
- [ 6, 1],
- [ 6, 2],
- [ 8, 2],
- [ 8, 1],
- [12, 1],
- [12, 5],
- [14, 5],
- [14, 7],
- [12, 7],
- [12, 11],
- [ 8, 11],
- [ 8, 13],
- [ 6, 13],
- [ 6, 11],
- [ 2, 11],
- [ 2, 7],
- [ 0, 7],
- [ 0, 5],
- [ 2, 5]
- ]
- }
- ]
-}