summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2018-11-19 00:02:25 +0100
committerNao Pross <naopross@thearcway.org>2018-11-19 00:02:25 +0100
commit3d9feb9d731cab174215d44e1eb093925eb05d10 (patch)
tree6b58f38df311968c73333b0c4852424a653342c2
parentinitial commit (diff)
downloadSubconscious-java-3d9feb9d731cab174215d44e1eb093925eb05d10.tar.gz
Subconscious-java-3d9feb9d731cab174215d44e1eb093925eb05d10.zip
Add gitignore, remove binaries
-rw-r--r--.gitignore6
-rw-r--r--bin/Actor.classbin1906 -> 0 bytes
-rw-r--r--bin/Battle$1.classbin664 -> 0 bytes
-rw-r--r--bin/Battle$Mode.classbin881 -> 0 bytes
-rw-r--r--bin/Battle.classbin7528 -> 0 bytes
-rw-r--r--bin/Map.classbin3969 -> 0 bytes
-rw-r--r--bin/MapEditor$1.classbin673 -> 0 bytes
-rw-r--r--bin/MapEditor.classbin6523 -> 0 bytes
-rw-r--r--bin/MapLoader.classbin1903 -> 0 bytes
-rw-r--r--bin/MapScene$1.classbin670 -> 0 bytes
-rw-r--r--bin/MapScene.classbin5222 -> 0 bytes
-rw-r--r--bin/Palette.classbin850 -> 0 bytes
-rw-r--r--bin/PathFinder.classbin2310 -> 0 bytes
-rw-r--r--bin/Scene.classbin3003 -> 0 bytes
-rw-r--r--bin/Sub$1.classbin375 -> 0 bytes
-rw-r--r--bin/Sub.classbin2389 -> 0 bytes
-rw-r--r--bin/TestScene$1.classbin673 -> 0 bytes
-rw-r--r--bin/TestScene.classbin6829 -> 0 bytes
-rw-r--r--bin/Tile$1.classbin648 -> 0 bytes
-rw-r--r--bin/Tile$Type.classbin964 -> 0 bytes
-rw-r--r--bin/Tile.classbin2013 -> 0 bytes
-rw-r--r--bin/Weapon.classbin1004 -> 0 bytes
-rw-r--r--bin/null.json1
23 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2fa35f8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+# JAVA
+**/*.class
+
+# EDITORS
+# vim
+**/*.swp
diff --git a/bin/Actor.class b/bin/Actor.class
deleted file mode 100644
index 0a81a44..0000000
--- a/bin/Actor.class
+++ /dev/null
Binary files differ
diff --git a/bin/Battle$1.class b/bin/Battle$1.class
deleted file mode 100644
index a47f149..0000000
--- a/bin/Battle$1.class
+++ /dev/null
Binary files differ
diff --git a/bin/Battle$Mode.class b/bin/Battle$Mode.class
deleted file mode 100644
index c078c93..0000000
--- a/bin/Battle$Mode.class
+++ /dev/null
Binary files differ
diff --git a/bin/Battle.class b/bin/Battle.class
deleted file mode 100644
index 726044f..0000000
--- a/bin/Battle.class
+++ /dev/null
Binary files differ
diff --git a/bin/Map.class b/bin/Map.class
deleted file mode 100644
index 15d2af5..0000000
--- a/bin/Map.class
+++ /dev/null
Binary files differ
diff --git a/bin/MapEditor$1.class b/bin/MapEditor$1.class
deleted file mode 100644
index 326fd6b..0000000
--- a/bin/MapEditor$1.class
+++ /dev/null
Binary files differ
diff --git a/bin/MapEditor.class b/bin/MapEditor.class
deleted file mode 100644
index ba101ef..0000000
--- a/bin/MapEditor.class
+++ /dev/null
Binary files differ
diff --git a/bin/MapLoader.class b/bin/MapLoader.class
deleted file mode 100644
index fe96b1b..0000000
--- a/bin/MapLoader.class
+++ /dev/null
Binary files differ
diff --git a/bin/MapScene$1.class b/bin/MapScene$1.class
deleted file mode 100644
index f16cec4..0000000
--- a/bin/MapScene$1.class
+++ /dev/null
Binary files differ
diff --git a/bin/MapScene.class b/bin/MapScene.class
deleted file mode 100644
index fb46fbb..0000000
--- a/bin/MapScene.class
+++ /dev/null
Binary files differ
diff --git a/bin/Palette.class b/bin/Palette.class
deleted file mode 100644
index ad2d3e8..0000000
--- a/bin/Palette.class
+++ /dev/null
Binary files differ
diff --git a/bin/PathFinder.class b/bin/PathFinder.class
deleted file mode 100644
index 758e45d..0000000
--- a/bin/PathFinder.class
+++ /dev/null
Binary files differ
diff --git a/bin/Scene.class b/bin/Scene.class
deleted file mode 100644
index da94577..0000000
--- a/bin/Scene.class
+++ /dev/null
Binary files differ
diff --git a/bin/Sub$1.class b/bin/Sub$1.class
deleted file mode 100644
index 9c6f4f1..0000000
--- a/bin/Sub$1.class
+++ /dev/null
Binary files differ
diff --git a/bin/Sub.class b/bin/Sub.class
deleted file mode 100644
index de6d38d..0000000
--- a/bin/Sub.class
+++ /dev/null
Binary files differ
diff --git a/bin/TestScene$1.class b/bin/TestScene$1.class
deleted file mode 100644
index ee2fedf..0000000
--- a/bin/TestScene$1.class
+++ /dev/null
Binary files differ
diff --git a/bin/TestScene.class b/bin/TestScene.class
deleted file mode 100644
index 15060c2..0000000
--- a/bin/TestScene.class
+++ /dev/null
Binary files differ
diff --git a/bin/Tile$1.class b/bin/Tile$1.class
deleted file mode 100644
index 3878e68..0000000
--- a/bin/Tile$1.class
+++ /dev/null
Binary files differ
diff --git a/bin/Tile$Type.class b/bin/Tile$Type.class
deleted file mode 100644
index bb2f0b6..0000000
--- a/bin/Tile$Type.class
+++ /dev/null
Binary files differ
diff --git a/bin/Tile.class b/bin/Tile.class
deleted file mode 100644
index 7924000..0000000
--- a/bin/Tile.class
+++ /dev/null
Binary files differ
diff --git a/bin/Weapon.class b/bin/Weapon.class
deleted file mode 100644
index cac12d2..0000000
--- a/bin/Weapon.class
+++ /dev/null
Binary files differ
diff --git a/bin/null.json b/bin/null.json
deleted file mode 100644
index 028bb26..0000000
--- a/bin/null.json
+++ /dev/null
@@ -1 +0,0 @@
-{"size":{"width":15,"height":15},"grid":[{"x":0,"y":0,"type":"GRASS","selected":false,"cost":1.0},{"x":0,"y":1,"type":"GRASS","selected":false,"cost":1.0},{"x":0,"y":2,"type":"GRASS","selected":false,"cost":1.0},{"x":0,"y":3,"type":"GRASS","selected":false,"cost":1.0},{"x":0,"y":4,"type":"GRASS","selected":false,"cost":1.0},{"x":0,"y":5,"type":"GRASS","selected":false,"cost":1.0},{"x":0,"y":6,"type":"GRASS","selected":false,"cost":1.0},{"x":0,"y":7,"type":"GRASS","selected":false,"cost":1.0},{"x":0,"y":8,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":0,"y":9,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":0,"y":10,"type":"GRASS","selected":false,"cost":1.0},{"x":0,"y":11,"type":"GRASS","selected":false,"cost":1.0},{"x":0,"y":12,"type":"GRASS","selected":false,"cost":1.0},{"x":0,"y":13,"type":"GRASS","selected":false,"cost":1.0},{"x":0,"y":14,"type":"GRASS","selected":false,"cost":1.0},{"x":1,"y":0,"type":"GRASS","selected":false,"cost":1.0},{"x":1,"y":1,"type":"GRASS","selected":false,"cost":1.0},{"x":1,"y":2,"type":"GRASS","selected":false,"cost":1.0},{"x":1,"y":3,"type":"GRASS","selected":false,"cost":1.0},{"x":1,"y":4,"type":"GRASS","selected":false,"cost":1.0},{"x":1,"y":5,"type":"GRASS","selected":false,"cost":1.0},{"x":1,"y":6,"type":"GRASS","selected":false,"cost":1.0},{"x":1,"y":7,"type":"GRASS","selected":false,"cost":1.0},{"x":1,"y":8,"type":"GRASS","selected":false,"cost":1.0},{"x":1,"y":9,"type":"GRASS","selected":false,"cost":1.0},{"x":1,"y":10,"type":"GRASS","selected":false,"cost":1.0},{"x":1,"y":11,"type":"GRASS","selected":false,"cost":1.0},{"x":1,"y":12,"type":"GRASS","selected":false,"cost":1.0},{"x":1,"y":13,"type":"GRASS","selected":false,"cost":1.0},{"x":1,"y":14,"type":"GRASS","selected":false,"cost":1.0},{"x":2,"y":0,"type":"GRASS","selected":false,"cost":1.0},{"x":2,"y":1,"type":"GRASS","selected":false,"cost":1.0},{"x":2,"y":2,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":2,"y":3,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":2,"y":4,"type":"GRASS","selected":false,"cost":1.0},{"x":2,"y":5,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":2,"y":6,"type":"GRASS","selected":false,"cost":1.0},{"x":2,"y":7,"type":"GRASS","selected":false,"cost":1.0},{"x":2,"y":8,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":2,"y":9,"type":"GRASS","selected":false,"cost":1.0},{"x":2,"y":10,"type":"GRASS","selected":false,"cost":1.0},{"x":2,"y":11,"type":"GRASS","selected":false,"cost":1.0},{"x":2,"y":12,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":2,"y":13,"type":"GRASS","selected":false,"cost":1.0},{"x":2,"y":14,"type":"GRASS","selected":false,"cost":1.0},{"x":3,"y":0,"type":"GRASS","selected":false,"cost":1.0},{"x":3,"y":1,"type":"GRASS","selected":false,"cost":1.0},{"x":3,"y":2,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":3,"y":3,"type":"GRASS","selected":false,"cost":1.0},{"x":3,"y":4,"type":"GRASS","selected":false,"cost":1.0},{"x":3,"y":5,"type":"GRASS","selected":false,"cost":1.0},{"x":3,"y":6,"type":"GRASS","selected":false,"cost":1.0},{"x":3,"y":7,"type":"GRASS","selected":false,"cost":1.0},{"x":3,"y":8,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":3,"y":9,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":3,"y":10,"type":"GRASS","selected":false,"cost":1.0},{"x":3,"y":11,"type":"GRASS","selected":false,"cost":1.0},{"x":3,"y":12,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":3,"y":13,"type":"GRASS","selected":false,"cost":1.0},{"x":3,"y":14,"type":"GRASS","selected":false,"cost":1.0},{"x":4,"y":0,"type":"GRASS","selected":false,"cost":1.0},{"x":4,"y":1,"type":"GRASS","selected":false,"cost":1.0},{"x":4,"y":2,"type":"GRASS","selected":false,"cost":1.0},{"x":4,"y":3,"type":"GRASS","selected":false,"cost":1.0},{"x":4,"y":4,"type":"GRASS","selected":false,"cost":1.0},{"x":4,"y":5,"type":"GRASS","selected":false,"cost":1.0},{"x":4,"y":6,"type":"GRASS","selected":false,"cost":1.0},{"x":4,"y":7,"type":"GRASS","selected":false,"cost":1.0},{"x":4,"y":8,"type":"GRASS","selected":false,"cost":1.0},{"x":4,"y":9,"type":"GRASS","selected":false,"cost":1.0},{"x":4,"y":10,"type":"GRASS","selected":false,"cost":1.0},{"x":4,"y":11,"type":"GRASS","selected":false,"cost":1.0},{"x":4,"y":12,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":4,"y":13,"type":"GRASS","selected":false,"cost":1.0},{"x":4,"y":14,"type":"GRASS","selected":false,"cost":1.0},{"x":5,"y":0,"type":"GRASS","selected":false,"cost":1.0},{"x":5,"y":1,"type":"GRASS","selected":false,"cost":1.0},{"x":5,"y":2,"type":"GRASS","selected":false,"cost":1.0},{"x":5,"y":3,"type":"GRASS","selected":false,"cost":1.0},{"x":5,"y":4,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":5,"y":5,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":5,"y":6,"type":"GRASS","selected":false,"cost":1.0},{"x":5,"y":7,"type":"GRASS","selected":false,"cost":1.0},{"x":5,"y":8,"type":"GRASS","selected":false,"cost":1.0},{"x":5,"y":9,"type":"GRASS","selected":false,"cost":1.0},{"x":5,"y":10,"type":"GRASS","selected":false,"cost":1.0},{"x":5,"y":11,"type":"GRASS","selected":false,"cost":1.0},{"x":5,"y":12,"type":"GRASS","selected":false,"cost":1.0},{"x":5,"y":13,"type":"GRASS","selected":false,"cost":1.0},{"x":5,"y":14,"type":"GRASS","selected":false,"cost":1.0},{"x":6,"y":0,"type":"GRASS","selected":false,"cost":1.0},{"x":6,"y":1,"type":"GRASS","selected":false,"cost":1.0},{"x":6,"y":2,"type":"GRASS","selected":false,"cost":1.0},{"x":6,"y":3,"type":"GRASS","selected":false,"cost":1.0},{"x":6,"y":4,"type":"GRASS","selected":false,"cost":1.0},{"x":6,"y":5,"type":"GRASS","selected":false,"cost":1.0},{"x":6,"y":6,"type":"GRASS","selected":false,"cost":1.0},{"x":6,"y":7,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":6,"y":8,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":6,"y":9,"type":"GRASS","selected":false,"cost":1.0},{"x":6,"y":10,"type":"GRASS","selected":false,"cost":1.0},{"x":6,"y":11,"type":"GRASS","selected":false,"cost":1.0},{"x":6,"y":12,"type":"GRASS","selected":false,"cost":1.0},{"x":6,"y":13,"type":"GRASS","selected":false,"cost":1.0},{"x":6,"y":14,"type":"GRASS","selected":false,"cost":1.0},{"x":7,"y":0,"type":"GRASS","selected":false,"cost":1.0},{"x":7,"y":1,"type":"GRASS","selected":false,"cost":1.0},{"x":7,"y":2,"type":"GRASS","selected":false,"cost":1.0},{"x":7,"y":3,"type":"GRASS","selected":false,"cost":1.0},{"x":7,"y":4,"type":"GRASS","selected":false,"cost":1.0},{"x":7,"y":5,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":7,"y":6,"type":"GRASS","selected":false,"cost":1.0},{"x":7,"y":7,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":7,"y":8,"type":"GRASS","selected":false,"cost":1.0},{"x":7,"y":9,"type":"GRASS","selected":false,"cost":1.0},{"x":7,"y":10,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":7,"y":11,"type":"GRASS","selected":false,"cost":1.0},{"x":7,"y":12,"type":"GRASS","selected":false,"cost":1.0},{"x":7,"y":13,"type":"GRASS","selected":false,"cost":1.0},{"x":7,"y":14,"type":"GRASS","selected":false,"cost":1.0},{"x":8,"y":0,"type":"GRASS","selected":false,"cost":1.0},{"x":8,"y":1,"type":"GRASS","selected":false,"cost":1.0},{"x":8,"y":2,"type":"GRASS","selected":false,"cost":1.0},{"x":8,"y":3,"type":"GRASS","selected":false,"cost":1.0},{"x":8,"y":4,"type":"GRASS","selected":false,"cost":1.0},{"x":8,"y":5,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":8,"y":6,"type":"GRASS","selected":false,"cost":1.0},{"x":8,"y":7,"type":"GRASS","selected":false,"cost":1.0},{"x":8,"y":8,"type":"GRASS","selected":false,"cost":1.0},{"x":8,"y":9,"type":"GRASS","selected":false,"cost":1.0},{"x":8,"y":10,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":8,"y":11,"type":"GRASS","selected":false,"cost":1.0},{"x":8,"y":12,"type":"GRASS","selected":false,"cost":1.0},{"x":8,"y":13,"type":"GRASS","selected":false,"cost":1.0},{"x":8,"y":14,"type":"GRASS","selected":false,"cost":1.0},{"x":9,"y":0,"type":"GRASS","selected":false,"cost":1.0},{"x":9,"y":1,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":9,"y":2,"type":"GRASS","selected":false,"cost":1.0},{"x":9,"y":3,"type":"GRASS","selected":false,"cost":1.0},{"x":9,"y":4,"type":"GRASS","selected":false,"cost":1.0},{"x":9,"y":5,"type":"CLEAR","selected":false,"cost":1.0E9},{"x":9,"y":6,"type":"GRASS","selected":false,"cost":1.0},{"x":9,"y":7,"type":"GRASS","selected":false,"cost":1.0},{"x":9,"y":8,"type":"GRASS","selected":false,"cost":1.0},{"x":9,"y":9,"type":"GRASS","selected":false,"cost":1.0},{"x":9,"y":10,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":9,"y":11,"type":"GRASS","selected":false,"cost":1.0},{"x":9,"y":12,"type":"GRASS","selected":false,"cost":1.0},{"x":9,"y":13,"type":"GRASS","selected":false,"cost":1.0},{"x":9,"y":14,"type":"GRASS","selected":false,"cost":1.0},{"x":10,"y":0,"type":"GRASS","selected":false,"cost":1.0},{"x":10,"y":1,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":10,"y":2,"type":"GRASS","selected":false,"cost":1.0},{"x":10,"y":3,"type":"GRASS","selected":false,"cost":1.0},{"x":10,"y":4,"type":"GRASS","selected":false,"cost":1.0},{"x":10,"y":5,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":10,"y":6,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":10,"y":7,"type":"GRASS","selected":false,"cost":1.0},{"x":10,"y":8,"type":"GRASS","selected":false,"cost":1.0},{"x":10,"y":9,"type":"GRASS","selected":false,"cost":1.0},{"x":10,"y":10,"type":"GRASS","selected":false,"cost":1.0},{"x":10,"y":11,"type":"GRASS","selected":false,"cost":1.0},{"x":10,"y":12,"type":"GRASS","selected":false,"cost":1.0},{"x":10,"y":13,"type":"GRASS","selected":false,"cost":1.0},{"x":10,"y":14,"type":"GRASS","selected":false,"cost":1.0},{"x":11,"y":0,"type":"GRASS","selected":false,"cost":1.0},{"x":11,"y":1,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":11,"y":2,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":11,"y":3,"type":"GRASS","selected":false,"cost":1.0},{"x":11,"y":4,"type":"GRASS","selected":false,"cost":1.0},{"x":11,"y":5,"type":"GRASS","selected":false,"cost":1.0},{"x":11,"y":6,"type":"GRASS","selected":false,"cost":1.0},{"x":11,"y":7,"type":"GRASS","selected":false,"cost":1.0},{"x":11,"y":8,"type":"GRASS","selected":false,"cost":1.0},{"x":11,"y":9,"type":"GRASS","selected":false,"cost":1.0},{"x":11,"y":10,"type":"GRASS","selected":false,"cost":1.0},{"x":11,"y":11,"type":"GRASS","selected":false,"cost":1.0},{"x":11,"y":12,"type":"GRASS","selected":false,"cost":1.0},{"x":11,"y":13,"type":"GRASS","selected":false,"cost":1.0},{"x":11,"y":14,"type":"GRASS","selected":false,"cost":1.0},{"x":12,"y":0,"type":"GRASS","selected":false,"cost":1.0},{"x":12,"y":1,"type":"GRASS","selected":false,"cost":1.0},{"x":12,"y":2,"type":"GRASS","selected":false,"cost":1.0},{"x":12,"y":3,"type":"GRASS","selected":false,"cost":1.0},{"x":12,"y":4,"type":"GRASS","selected":false,"cost":1.0},{"x":12,"y":5,"type":"GRASS","selected":false,"cost":1.0},{"x":12,"y":6,"type":"GRASS","selected":false,"cost":1.0},{"x":12,"y":7,"type":"GRASS","selected":false,"cost":1.0},{"x":12,"y":8,"type":"GRASS","selected":false,"cost":1.0},{"x":12,"y":9,"type":"GRASS","selected":false,"cost":1.0},{"x":12,"y":10,"type":"GRASS","selected":false,"cost":1.0},{"x":12,"y":11,"type":"GRASS","selected":false,"cost":1.0},{"x":12,"y":12,"type":"GRASS","selected":false,"cost":1.0},{"x":12,"y":13,"type":"GRASS","selected":false,"cost":1.0},{"x":12,"y":14,"type":"GRASS","selected":false,"cost":1.0},{"x":13,"y":0,"type":"GRASS","selected":false,"cost":1.0},{"x":13,"y":1,"type":"GRASS","selected":false,"cost":1.0},{"x":13,"y":2,"type":"GRASS","selected":false,"cost":1.0},{"x":13,"y":3,"type":"GRASS","selected":false,"cost":1.0},{"x":13,"y":4,"type":"GRASS","selected":false,"cost":1.0},{"x":13,"y":5,"type":"GRASS","selected":false,"cost":1.0},{"x":13,"y":6,"type":"GRASS","selected":false,"cost":1.0},{"x":13,"y":7,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":13,"y":8,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":13,"y":9,"type":"MOUNTAIN","selected":false,"cost":4.0},{"x":13,"y":10,"type":"GRASS","selected":false,"cost":1.0},{"x":13,"y":11,"type":"GRASS","selected":false,"cost":1.0},{"x":13,"y":12,"type":"GRASS","selected":false,"cost":1.0},{"x":13,"y":13,"type":"GRASS","selected":false,"cost":1.0},{"x":13,"y":14,"type":"GRASS","selected":false,"cost":1.0},{"x":14,"y":0,"type":"GRASS","selected":false,"cost":1.0},{"x":14,"y":1,"type":"GRASS","selected":false,"cost":1.0},{"x":14,"y":2,"type":"GRASS","selected":false,"cost":1.0},{"x":14,"y":3,"type":"GRASS","selected":false,"cost":1.0},{"x":14,"y":4,"type":"GRASS","selected":false,"cost":1.0},{"x":14,"y":5,"type":"GRASS","selected":false,"cost":1.0},{"x":14,"y":6,"type":"GRASS","selected":false,"cost":1.0},{"x":14,"y":7,"type":"GRASS","selected":false,"cost":1.0},{"x":14,"y":8,"type":"GRASS","selected":false,"cost":1.0},{"x":14,"y":9,"type":"GRASS","selected":false,"cost":1.0},{"x":14,"y":10,"type":"GRASS","selected":false,"cost":1.0},{"x":14,"y":11,"type":"GRASS","selected":false,"cost":1.0},{"x":14,"y":12,"type":"GRASS","selected":false,"cost":1.0},{"x":14,"y":13,"type":"GRASS","selected":false,"cost":1.0},{"x":14,"y":14,"type":"GRASS","selected":false,"cost":1.0}],"actors":[]}