diff options
| author | Physcik <mynameisgennadiy@vk.com> | 2026-01-26 21:20:09 +0500 |
|---|---|---|
| committer | Physcik <mynameisgennadiy@vk.com> | 2026-01-26 21:20:09 +0500 |
| commit | d5b1ff7f6031ed191e16625b1ddb8ac3fd0a33c7 (patch) | |
| tree | bd38d60f59ce94bfe80e7a527d83dcb558ea4bfc /packages/TestPackage | |
| parent | ca2c18bf79388561e44b232e6c050412ae87fe69 (diff) | |
Movement fix
Diffstat (limited to 'packages/TestPackage')
| -rw-r--r-- | packages/TestPackage/Worlds/Main.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/TestPackage/Worlds/Main.json b/packages/TestPackage/Worlds/Main.json index b287ef1..8e264a1 100644 --- a/packages/TestPackage/Worlds/Main.json +++ b/packages/TestPackage/Worlds/Main.json @@ -1,6 +1,6 @@ { "Name": "MainWorld", - "DefaultStartingPosition": { "X": 64, "Y": 64 }, + "DefaultStartingPosition": { "X": 0, "Y": 0 }, "FloorMap": [ { "Position": { "X": 0, "Y": 0 }, @@ -10,7 +10,7 @@ "StaticObjects": [ { "Object": "testPackage/barn", - "Position": { "X": 256, "Y": 128 } + "Position": { "X": 0, "Y": 0 } } ] } |
