feat: implement 3D arena support and dynamic environment management in main scene

This commit is contained in:
Yogi Wiguna
2026-03-31 17:42:05 +08:00
parent fd54c16026
commit 5ea41806f1
65 changed files with 1740 additions and 9384 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ func update_visual_position():
var offset = 0.2
if is_static_turret:
offset = 0.5
floor_y = 0.6
floor_y = 1.0
position = Vector3(current_position.x + offset, floor_y, current_position.y + offset)