From a364d4330dfd34f953f64e90020f8b8d6f2e82c4 Mon Sep 17 00:00:00 2001 From: Physcik Date: Sat, 10 Jan 2026 17:27:55 +0500 Subject: World storage system change --- engine/Packages/TestPackage/Worlds/Main.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'engine/Packages/TestPackage/Worlds/Main.json') diff --git a/engine/Packages/TestPackage/Worlds/Main.json b/engine/Packages/TestPackage/Worlds/Main.json index e69de29..afaa4df 100644 --- a/engine/Packages/TestPackage/Worlds/Main.json +++ b/engine/Packages/TestPackage/Worlds/Main.json @@ -0,0 +1,12 @@ +{ + "Name": "MainWorld", + "FloorMap": [ + { + "Position": { + "X": 1, + "Y": 0 + }, + "TextureId": 1 + } + ] +} -- cgit v1.3