summaryrefslogtreecommitdiff
path: root/engine/Packages/TestPackage/Worlds
diff options
context:
space:
mode:
Diffstat (limited to 'engine/Packages/TestPackage/Worlds')
-rw-r--r--engine/Packages/TestPackage/Worlds/Main.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/engine/Packages/TestPackage/Worlds/Main.json b/engine/Packages/TestPackage/Worlds/Main.json
index e69de29..afaa4df 100644
--- a/engine/Packages/TestPackage/Worlds/Main.json
+++ b/engine/Packages/TestPackage/Worlds/Main.json
@@ -0,0 +1,12 @@
+{
+ "Name": "MainWorld",
+ "FloorMap": [
+ {
+ "Position": {
+ "X": 1,
+ "Y": 0
+ },
+ "TextureId": 1
+ }
+ ]
+}