summaryrefslogtreecommitdiff
path: root/engine/Packages/TestPackage/Worlds
diff options
context:
space:
mode:
authorPhyscik <mynameisgennadiy@vk.com>2026-01-10 21:34:07 +0500
committerPhyscik <mynameisgennadiy@vk.com>2026-01-10 21:34:07 +0500
commit754c860540660f004d09f1634ff62a56c481972e (patch)
treede9ed958b12bbe627374fe7945bac7c5cb22c57f /engine/Packages/TestPackage/Worlds
parenta364d4330dfd34f953f64e90020f8b8d6f2e82c4 (diff)
texturs hanlding diff
Diffstat (limited to 'engine/Packages/TestPackage/Worlds')
-rw-r--r--engine/Packages/TestPackage/Worlds/Main.json7
1 files changed, 2 insertions, 5 deletions
diff --git a/engine/Packages/TestPackage/Worlds/Main.json b/engine/Packages/TestPackage/Worlds/Main.json
index afaa4df..aff684a 100644
--- a/engine/Packages/TestPackage/Worlds/Main.json
+++ b/engine/Packages/TestPackage/Worlds/Main.json
@@ -2,11 +2,8 @@
"Name": "MainWorld",
"FloorMap": [
{
- "Position": {
- "X": 1,
- "Y": 0
- },
- "TextureId": 1
+ "Position": { "X": 1, "Y": 0 },
+ "Texture": "testPackage/common"
}
]
}