summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2018-07-17 17:54:20 +0200
committernsensfel <SpamShield0@noot-noot.org>2018-07-17 17:54:20 +0200
commitf4ab4fd16c5bb4fa905b15cc9c86daf8d75cd0bc (patch)
tree166635e8af86233b34b36b88366903a6d066fa16 /src/asset/www/data
parent2d4cc600142b4a8f9aba8d4634fc9e7cce9a6fb8 (diff)
Adds fill function, removes obsolete files.
Diffstat (limited to 'src/asset/www/data')
-rw-r--r--src/asset/www/data/tiles.json38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/asset/www/data/tiles.json b/src/asset/www/data/tiles.json
deleted file mode 100644
index 0c8f9fc..0000000
--- a/src/asset/www/data/tiles.json
+++ /dev/null
@@ -1,38 +0,0 @@
-[
-
- {
- "msg": "add_tile",
- "id": 0,
- "nam": "[Grassland] Grass",
- "ct": 6,
- "rmi": 0,
- "rma": 0
- },
- {
- "msg": "add_tile",
- "id": 1,
- "nam": "[Grassland] Mushroom Infestation",
- "ct": 12,
- "rmi": 1,
- "rma": 1
- },
- {
- "msg": "add_tile",
- "id": 2,
- "nam": "[Grassland] Tree Remains",
- "ct": 24,
- "rmi": 2,
- "rma": 2
- },
- {
- "msg": "add_tile",
- "id": 3,
- "nam": "[Grassland] Clear Water",
- "ct": 201,
- "rmi": 3,
- "rma": 17
- },
- {
- "msg": "okay"
- }
-]