summaryrefslogtreecommitdiff
path: root/engine/Packages/TestPackage/Worlds/Main.json
diff options
context:
space:
mode:
authorPhyscik <mynameisgennadiy@vk.com>2026-01-10 17:27:55 +0500
committerPhyscik <mynameisgennadiy@vk.com>2026-01-10 17:27:55 +0500
commita364d4330dfd34f953f64e90020f8b8d6f2e82c4 (patch)
treedb71d125f633832b130821f3aec07d4b714ab7bb /engine/Packages/TestPackage/Worlds/Main.json
parente6ccb74f77d0d03d33c422ca7dc942422074d7dd (diff)
World storage system change
Diffstat (limited to 'engine/Packages/TestPackage/Worlds/Main.json')
-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
+ }
+ ]
+}