summaryrefslogtreecommitdiff
path: root/engine/Packages
diff options
context:
space:
mode:
authorPhyscik <mynameisgennadiy@vk.com>2026-01-23 01:15:37 +0500
committerPhyscik <mynameisgennadiy@vk.com>2026-01-23 01:15:37 +0500
commit7a0c4891275c913c23469d42bb1c3e0e9ca35cf8 (patch)
tree7e5e4db1966532722a2eeb656e0f7b7fdf7c6a82 /engine/Packages
parent2cf8b5cad01cb67b71d51834ca8d048cfddd69e6 (diff)
Colliders
Diffstat (limited to 'engine/Packages')
-rw-r--r--engine/Packages/TestPackage/Worlds/Main.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/Packages/TestPackage/Worlds/Main.json b/engine/Packages/TestPackage/Worlds/Main.json
index 3030640..79da91f 100644
--- a/engine/Packages/TestPackage/Worlds/Main.json
+++ b/engine/Packages/TestPackage/Worlds/Main.json
@@ -5,5 +5,6 @@
"Position": { "X": 0, "Y": 0 },
"Texture": "testPackage/TestWorld.png"
}
- ]
+ ],
+ "DefaultStartingPosition": { "X": 64, "Y": 64 }
}