summaryrefslogtreecommitdiff
path: root/engine/Packages/TestPackage/Worlds
diff options
context:
space:
mode:
authorPhyscik <mynameisgennadiy@vk.com>2026-01-12 00:41:09 +0500
committerPhyscik <mynameisgennadiy@vk.com>2026-01-12 00:41:09 +0500
commit2cf8b5cad01cb67b71d51834ca8d048cfddd69e6 (patch)
tree409ba57e7a372b9834cd89048427019b991ea78c /engine/Packages/TestPackage/Worlds
parent4c614ef14ebf4c3cd16c1e96283dc3763b9b0d0a (diff)
Character creation start
Diffstat (limited to 'engine/Packages/TestPackage/Worlds')
-rw-r--r--engine/Packages/TestPackage/Worlds/Main.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/Packages/TestPackage/Worlds/Main.json b/engine/Packages/TestPackage/Worlds/Main.json
index dc1637a..3030640 100644
--- a/engine/Packages/TestPackage/Worlds/Main.json
+++ b/engine/Packages/TestPackage/Worlds/Main.json
@@ -2,8 +2,8 @@
"Name": "MainWorld",
"FloorMap": [
{
- "Position": { "X": 1, "Y": 0 },
- "Texture": "testPackage/water.png"
+ "Position": { "X": 0, "Y": 0 },
+ "Texture": "testPackage/TestWorld.png"
}
]
}