From e2bcaecea59bdf3a4092efdc4b9624b3f83f6fec Mon Sep 17 00:00:00 2001 From: mafaldo Date: Sun, 18 Nov 2018 22:29:05 +0100 Subject: initial commit --- bin/Actor.class | Bin 0 -> 1906 bytes bin/Battle$1.class | Bin 0 -> 664 bytes bin/Battle$Mode.class | Bin 0 -> 881 bytes bin/Battle.class | Bin 0 -> 7528 bytes bin/Map.class | Bin 0 -> 3969 bytes bin/MapEditor$1.class | Bin 0 -> 673 bytes bin/MapEditor.class | Bin 0 -> 6523 bytes bin/MapLoader.class | Bin 0 -> 1903 bytes bin/MapScene$1.class | Bin 0 -> 670 bytes bin/MapScene.class | Bin 0 -> 5222 bytes bin/Palette.class | Bin 0 -> 850 bytes bin/PathFinder.class | Bin 0 -> 2310 bytes bin/Scene.class | Bin 0 -> 3003 bytes bin/Sub$1.class | Bin 0 -> 375 bytes bin/Sub.class | Bin 0 -> 2389 bytes bin/TestScene$1.class | Bin 0 -> 673 bytes bin/TestScene.class | Bin 0 -> 6829 bytes bin/Tile$1.class | Bin 0 -> 648 bytes bin/Tile$Type.class | Bin 0 -> 964 bytes bin/Tile.class | Bin 0 -> 2013 bytes bin/Weapon.class | Bin 0 -> 1004 bytes bin/null.json | 1 + 22 files changed, 1 insertion(+) create mode 100644 bin/Actor.class create mode 100644 bin/Battle$1.class create mode 100644 bin/Battle$Mode.class create mode 100644 bin/Battle.class create mode 100644 bin/Map.class create mode 100644 bin/MapEditor$1.class create mode 100644 bin/MapEditor.class create mode 100644 bin/MapLoader.class create mode 100644 bin/MapScene$1.class create mode 100644 bin/MapScene.class create mode 100644 bin/Palette.class create mode 100644 bin/PathFinder.class create mode 100644 bin/Scene.class create mode 100644 bin/Sub$1.class create mode 100644 bin/Sub.class create mode 100644 bin/TestScene$1.class create mode 100644 bin/TestScene.class create mode 100644 bin/Tile$1.class create mode 100644 bin/Tile$Type.class create mode 100644 bin/Tile.class create mode 100644 bin/Weapon.class create mode 100644 bin/null.json (limited to 'bin') diff --git a/bin/Actor.class b/bin/Actor.class new file mode 100644 index 0000000..0a81a44 Binary files /dev/null and b/bin/Actor.class differ diff --git a/bin/Battle$1.class b/bin/Battle$1.class new file mode 100644 index 0000000..a47f149 Binary files /dev/null and b/bin/Battle$1.class differ diff --git a/bin/Battle$Mode.class b/bin/Battle$Mode.class new file mode 100644 index 0000000..c078c93 Binary files /dev/null and b/bin/Battle$Mode.class differ diff --git a/bin/Battle.class b/bin/Battle.class new file mode 100644 index 0000000..726044f Binary files /dev/null and b/bin/Battle.class differ diff --git a/bin/Map.class b/bin/Map.class new file mode 100644 index 0000000..15d2af5 Binary files /dev/null and b/bin/Map.class differ diff --git a/bin/MapEditor$1.class b/bin/MapEditor$1.class new file mode 100644 index 0000000..326fd6b Binary files /dev/null and b/bin/MapEditor$1.class differ diff --git a/bin/MapEditor.class b/bin/MapEditor.class new file mode 100644 index 0000000..ba101ef Binary files /dev/null and b/bin/MapEditor.class differ diff --git a/bin/MapLoader.class b/bin/MapLoader.class new file mode 100644 index 0000000..fe96b1b Binary files /dev/null and b/bin/MapLoader.class differ diff --git a/bin/MapScene$1.class b/bin/MapScene$1.class new file mode 100644 index 0000000..f16cec4 Binary files /dev/null and b/bin/MapScene$1.class differ diff --git a/bin/MapScene.class b/bin/MapScene.class new file mode 100644 index 0000000..fb46fbb Binary files /dev/null and b/bin/MapScene.class differ diff --git a/bin/Palette.class b/bin/Palette.class new file mode 100644 index 0000000..ad2d3e8 Binary files /dev/null and b/bin/Palette.class differ diff --git a/bin/PathFinder.class b/bin/PathFinder.class new file mode 100644 index 0000000..758e45d Binary files /dev/null and b/bin/PathFinder.class differ diff --git a/bin/Scene.class b/bin/Scene.class new file mode 100644 index 0000000..da94577 Binary files /dev/null and b/bin/Scene.class differ diff --git a/bin/Sub$1.class b/bin/Sub$1.class new file mode 100644 index 0000000..9c6f4f1 Binary files /dev/null and b/bin/Sub$1.class differ diff --git a/bin/Sub.class b/bin/Sub.class new file mode 100644 index 0000000..de6d38d Binary files /dev/null and b/bin/Sub.class differ diff --git a/bin/TestScene$1.class b/bin/TestScene$1.class new file mode 100644 index 0000000..ee2fedf Binary files /dev/null and b/bin/TestScene$1.class differ diff --git a/bin/TestScene.class b/bin/TestScene.class new file mode 100644 index 0000000..15060c2 Binary files /dev/null and b/bin/TestScene.class differ diff --git a/bin/Tile$1.class b/bin/Tile$1.class new file mode 100644 index 0000000..3878e68 Binary files /dev/null and b/bin/Tile$1.class differ diff --git a/bin/Tile$Type.class b/bin/Tile$Type.class new file mode 100644 index 0000000..bb2f0b6 Binary files /dev/null and b/bin/Tile$Type.class differ diff --git a/bin/Tile.class b/bin/Tile.class new file mode 100644 index 0000000..7924000 Binary files /dev/null and b/bin/Tile.class differ diff --git a/bin/Weapon.class b/bin/Weapon.class new file mode 100644 index 0000000..cac12d2 Binary files /dev/null and b/bin/Weapon.class differ diff --git a/bin/null.json b/bin/null.json new file mode 100644 index 0000000..028bb26 --- /dev/null +++ b/bin/null.json @@ -0,0 +1 @@ +{"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