From 3d9feb9d731cab174215d44e1eb093925eb05d10 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 19 Nov 2018 00:02:25 +0100 Subject: Add gitignore, remove binaries --- .gitignore | 6 ++++++ bin/Actor.class | Bin 1906 -> 0 bytes bin/Battle$1.class | Bin 664 -> 0 bytes bin/Battle$Mode.class | Bin 881 -> 0 bytes bin/Battle.class | Bin 7528 -> 0 bytes bin/Map.class | Bin 3969 -> 0 bytes bin/MapEditor$1.class | Bin 673 -> 0 bytes bin/MapEditor.class | Bin 6523 -> 0 bytes bin/MapLoader.class | Bin 1903 -> 0 bytes bin/MapScene$1.class | Bin 670 -> 0 bytes bin/MapScene.class | Bin 5222 -> 0 bytes bin/Palette.class | Bin 850 -> 0 bytes bin/PathFinder.class | Bin 2310 -> 0 bytes bin/Scene.class | Bin 3003 -> 0 bytes bin/Sub$1.class | Bin 375 -> 0 bytes bin/Sub.class | Bin 2389 -> 0 bytes bin/TestScene$1.class | Bin 673 -> 0 bytes bin/TestScene.class | Bin 6829 -> 0 bytes bin/Tile$1.class | Bin 648 -> 0 bytes bin/Tile$Type.class | Bin 964 -> 0 bytes bin/Tile.class | Bin 2013 -> 0 bytes bin/Weapon.class | Bin 1004 -> 0 bytes bin/null.json | 1 - 23 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .gitignore delete mode 100644 bin/Actor.class delete mode 100644 bin/Battle$1.class delete mode 100644 bin/Battle$Mode.class delete mode 100644 bin/Battle.class delete mode 100644 bin/Map.class delete mode 100644 bin/MapEditor$1.class delete mode 100644 bin/MapEditor.class delete mode 100644 bin/MapLoader.class delete mode 100644 bin/MapScene$1.class delete mode 100644 bin/MapScene.class delete mode 100644 bin/Palette.class delete mode 100644 bin/PathFinder.class delete mode 100644 bin/Scene.class delete mode 100644 bin/Sub$1.class delete mode 100644 bin/Sub.class delete mode 100644 bin/TestScene$1.class delete mode 100644 bin/TestScene.class delete mode 100644 bin/Tile$1.class delete mode 100644 bin/Tile$Type.class delete mode 100644 bin/Tile.class delete mode 100644 bin/Weapon.class delete mode 100644 bin/null.json 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 Binary files a/bin/Actor.class and /dev/null differ diff --git a/bin/Battle$1.class b/bin/Battle$1.class deleted file mode 100644 index a47f149..0000000 Binary files a/bin/Battle$1.class and /dev/null differ diff --git a/bin/Battle$Mode.class b/bin/Battle$Mode.class deleted file mode 100644 index c078c93..0000000 Binary files a/bin/Battle$Mode.class and /dev/null differ diff --git a/bin/Battle.class b/bin/Battle.class deleted file mode 100644 index 726044f..0000000 Binary files a/bin/Battle.class and /dev/null differ diff --git a/bin/Map.class b/bin/Map.class deleted file mode 100644 index 15d2af5..0000000 Binary files a/bin/Map.class and /dev/null differ diff --git a/bin/MapEditor$1.class b/bin/MapEditor$1.class deleted file mode 100644 index 326fd6b..0000000 Binary files a/bin/MapEditor$1.class and /dev/null differ diff --git a/bin/MapEditor.class b/bin/MapEditor.class deleted file mode 100644 index ba101ef..0000000 Binary files a/bin/MapEditor.class and /dev/null differ diff --git a/bin/MapLoader.class b/bin/MapLoader.class deleted file mode 100644 index fe96b1b..0000000 Binary files a/bin/MapLoader.class and /dev/null differ diff --git a/bin/MapScene$1.class b/bin/MapScene$1.class deleted file mode 100644 index f16cec4..0000000 Binary files a/bin/MapScene$1.class and /dev/null differ diff --git a/bin/MapScene.class b/bin/MapScene.class deleted file mode 100644 index fb46fbb..0000000 Binary files a/bin/MapScene.class and /dev/null differ diff --git a/bin/Palette.class b/bin/Palette.class deleted file mode 100644 index ad2d3e8..0000000 Binary files a/bin/Palette.class and /dev/null differ diff --git a/bin/PathFinder.class b/bin/PathFinder.class deleted file mode 100644 index 758e45d..0000000 Binary files a/bin/PathFinder.class and /dev/null differ diff --git a/bin/Scene.class b/bin/Scene.class deleted file mode 100644 index da94577..0000000 Binary files a/bin/Scene.class and /dev/null differ diff --git a/bin/Sub$1.class b/bin/Sub$1.class deleted file mode 100644 index 9c6f4f1..0000000 Binary files a/bin/Sub$1.class and /dev/null differ diff --git a/bin/Sub.class b/bin/Sub.class deleted file mode 100644 index de6d38d..0000000 Binary files a/bin/Sub.class and /dev/null differ diff --git a/bin/TestScene$1.class b/bin/TestScene$1.class deleted file mode 100644 index ee2fedf..0000000 Binary files a/bin/TestScene$1.class and /dev/null differ diff --git a/bin/TestScene.class b/bin/TestScene.class deleted file mode 100644 index 15060c2..0000000 Binary files a/bin/TestScene.class and /dev/null differ diff --git a/bin/Tile$1.class b/bin/Tile$1.class deleted file mode 100644 index 3878e68..0000000 Binary files a/bin/Tile$1.class and /dev/null differ diff --git a/bin/Tile$Type.class b/bin/Tile$Type.class deleted file mode 100644 index bb2f0b6..0000000 Binary files a/bin/Tile$Type.class and /dev/null differ diff --git a/bin/Tile.class b/bin/Tile.class deleted file mode 100644 index 7924000..0000000 Binary files a/bin/Tile.class and /dev/null differ diff --git a/bin/Weapon.class b/bin/Weapon.class deleted file mode 100644 index cac12d2..0000000 Binary files a/bin/Weapon.class and /dev/null 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":[]} -- cgit v1.2.1