summaryrefslogtreecommitdiff
path: root/packages/TestPackage/Worlds
diff options
context:
space:
mode:
authorPhyscik <mynameisgennadiy@vk.com>2026-01-25 01:11:59 +0500
committerPhyscik <mynameisgennadiy@vk.com>2026-01-25 01:11:59 +0500
commit3ba197732d13d84eca0d706218b38d4f84cecba9 (patch)
treebcb9a967cb648277325ea60ba45905c024a2f8d6 /packages/TestPackage/Worlds
parentaa35ce4db5326928cf13c7604014fb7aaaedf203 (diff)
Object scene registry
Diffstat (limited to 'packages/TestPackage/Worlds')
-rw-r--r--packages/TestPackage/Worlds/Main.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/TestPackage/Worlds/Main.json b/packages/TestPackage/Worlds/Main.json
index 466edf1..b287ef1 100644
--- a/packages/TestPackage/Worlds/Main.json
+++ b/packages/TestPackage/Worlds/Main.json
@@ -10,7 +10,7 @@
"StaticObjects": [
{
"Object": "testPackage/barn",
- "Location": { "X": 256, "Y": 256 }
+ "Position": { "X": 256, "Y": 128 }
}
]
}