diff options
| author | Physcik <mynameisgennadiy@vk.com> | 2026-01-27 18:37:27 +0500 |
|---|---|---|
| committer | Physcik <mynameisgennadiy@vk.com> | 2026-01-27 18:37:27 +0500 |
| commit | bc11ae4b42547ace656381fb0ed0b3604350fcb1 (patch) | |
| tree | bb18c160d117becadc86093b274a03d656b25405 /packages/TestPackage/Worlds/Main.json | |
| parent | d240f6fa5fa4784def3f0ee291a51fecbab43ac3 (diff) | |
Sprites layering
Diffstat (limited to 'packages/TestPackage/Worlds/Main.json')
| -rw-r--r-- | packages/TestPackage/Worlds/Main.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/TestPackage/Worlds/Main.json b/packages/TestPackage/Worlds/Main.json index 8e264a1..84c8957 100644 --- a/packages/TestPackage/Worlds/Main.json +++ b/packages/TestPackage/Worlds/Main.json @@ -10,7 +10,11 @@ "StaticObjects": [ { "Object": "testPackage/barn", - "Position": { "X": 0, "Y": 0 } + "Position": { "X": 256, "Y": 128 } + }, + { + "Object": "testPackage/barn", + "Position": { "X": 256, "Y": 0 } } ] } |
