Update level

This commit is contained in:
sergeypdev 2025-07-13 23:22:32 +04:00
parent 8b8e4f9513
commit 073e65265a
11 changed files with 17 additions and 15 deletions

Binary file not shown.

BIN
assets/blender/test_level_blend/Plane.glb (Stored with Git LFS)

Binary file not shown.

View File

@ -1,6 +1,6 @@
(inst (inst
:model "assets/blender/testblend_blend/Bakery.glb" :model "assets/blender/testblend_blend/Bakery.glb"
:pos (1.000000 0.000000 -13.000000) :pos (0.000000 0.000000 -20.000000)
:rot (0.000000 0.000000 0.000000 1.000000) :rot (0.000000 0.000000 0.000000 1.000000)
:scale (1.000000 1.000000 1.000000)) :scale (1.000000 1.000000 1.000000))
(inst (inst
@ -15,7 +15,7 @@
:scale (1.000000 1.000000 1.000000)) :scale (1.000000 1.000000 1.000000))
(inst (inst
:model "assets/blender/testblend_blend/Gas_Station_Shop.glb" :model "assets/blender/testblend_blend/Gas_Station_Shop.glb"
:pos (-7.000000 0.000000 -12.000000) :pos (-7.000000 0.000000 -20.000000)
:rot (0.000000 0.000000 0.000000 1.000000) :rot (0.000000 0.000000 0.000000 1.000000)
:scale (1.000000 1.000000 1.000000)) :scale (1.000000 1.000000 1.000000))
(inst (inst

BIN
assets/blender/testblend_blend/Bakery.glb (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
assets/blender/testblend_blend/Hotel.glb (Stored with Git LFS)

Binary file not shown.

View File

@ -12,6 +12,8 @@ import "core:os/os2"
import "core:path/filepath" import "core:path/filepath"
import "libs:tracy" import "libs:tracy"
_ :: tracy
when ODIN_OS == .Windows { when ODIN_OS == .Windows {
DLL_EXT :: ".dll" DLL_EXT :: ".dll"
} else when ODIN_OS == .Darwin { } else when ODIN_OS == .Darwin {

BIN
src_assets/test_level.blend (Stored with Git LFS)

Binary file not shown.

BIN
src_assets/test_level.blend1 (Stored with Git LFS)

Binary file not shown.