diff options
| author | Physcik <mynameisgennadiy@vk.com> | 2026-01-10 21:34:07 +0500 |
|---|---|---|
| committer | Physcik <mynameisgennadiy@vk.com> | 2026-01-10 21:34:07 +0500 |
| commit | 754c860540660f004d09f1634ff62a56c481972e (patch) | |
| tree | de9ed958b12bbe627374fe7945bac7c5cb22c57f /engine/Packages/TestPackage/Worlds/Main.json | |
| parent | a364d4330dfd34f953f64e90020f8b8d6f2e82c4 (diff) | |
texturs hanlding diff
Diffstat (limited to 'engine/Packages/TestPackage/Worlds/Main.json')
| -rw-r--r-- | engine/Packages/TestPackage/Worlds/Main.json | 7 |
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" } ] } |
