summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2016-01-05 14:25:12 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2016-01-05 14:25:12 +0100
commitb910818f176d009a9b98a419b645b6c7e1cb1d20 (patch)
tree7fec7025ac84f9e40fd22eff956c82cbf9b427a1
parentb5d7041f97303dbddad9d69f47fcde6277a8a4c9 (diff)
downloadrpgedit-b910818f176d009a9b98a419b645b6c7e1cb1d20.tar
rpgedit-b910818f176d009a9b98a419b645b6c7e1cb1d20.zip
Add test level data
-rw-r--r--static/resources/map/test.json116
-rw-r--r--static/resources/sprite/entity/square.pngbin0 -> 808 bytes
-rw-r--r--static/resources/sprite/tile/dirt.pngbin0 -> 1035 bytes
-rw-r--r--static/resources/sprite/tile/grass.pngbin0 -> 1296 bytes
-rw-r--r--static/resources/sprite/tile/horizontal_bar.pngbin0 -> 118 bytes
-rw-r--r--static/resources/sprite/tile/road_left.pngbin0 -> 245 bytes
-rw-r--r--static/resources/sprite/tile/road_right.pngbin0 -> 242 bytes
7 files changed, 116 insertions, 0 deletions
diff --git a/static/resources/map/test.json b/static/resources/map/test.json
new file mode 100644
index 0000000..1caf8e7
--- /dev/null
+++ b/static/resources/map/test.json
@@ -0,0 +1,116 @@
+{
+ "options": {
+ "width": 32,
+ "height": 32,
+ "layers": 2
+ },
+ "tiles": {
+ "G": {"rotate": 0, "file": "grass"},
+ "<": {"rotate": 0, "file": "road_left"},
+ ">": {"rotate": 0, "file": "road_right"}
+ },
+ "layers": [
+ [
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111",
+ "11111111111111111111111111111111"
+ ],
+ [
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG",
+ "GGGGGGGGGGG<>GGGGGGGGGGGGGGGGGGG"
+ ]
+ ],
+ "collision": [
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................",
+ "................................"
+ ]
+}
diff --git a/static/resources/sprite/entity/square.png b/static/resources/sprite/entity/square.png
new file mode 100644
index 0000000..cdc6981
--- /dev/null
+++ b/static/resources/sprite/entity/square.png
Binary files differ
diff --git a/static/resources/sprite/tile/dirt.png b/static/resources/sprite/tile/dirt.png
new file mode 100644
index 0000000..5961666
--- /dev/null
+++ b/static/resources/sprite/tile/dirt.png
Binary files differ
diff --git a/static/resources/sprite/tile/grass.png b/static/resources/sprite/tile/grass.png
new file mode 100644
index 0000000..7835867
--- /dev/null
+++ b/static/resources/sprite/tile/grass.png
Binary files differ
diff --git a/static/resources/sprite/tile/horizontal_bar.png b/static/resources/sprite/tile/horizontal_bar.png
new file mode 100644
index 0000000..c666b08
--- /dev/null
+++ b/static/resources/sprite/tile/horizontal_bar.png
Binary files differ
diff --git a/static/resources/sprite/tile/road_left.png b/static/resources/sprite/tile/road_left.png
new file mode 100644
index 0000000..341772d
--- /dev/null
+++ b/static/resources/sprite/tile/road_left.png
Binary files differ
diff --git a/static/resources/sprite/tile/road_right.png b/static/resources/sprite/tile/road_right.png
new file mode 100644
index 0000000..a04f097
--- /dev/null
+++ b/static/resources/sprite/tile/road_right.png
Binary files differ