feat: implement 3D arena support and dynamic environment management in main scene
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
[gd_scene format=3 uid="uid://igkofpyy1qps"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://ns7vs3d004uf" path="res://assets/models/tekton_stand/stand_1.gltf" id="1_7asws"]
|
||||
|
||||
[node name="tekton_seat" type="Node3D" unique_id=966796714]
|
||||
transform = Transform3D(100, 0, 0, 0, 100, 0, 0, 0, 100, 0, 1.5, 0)
|
||||
|
||||
[node name="stand_1" parent="." unique_id=855689392 instance=ExtResource("1_7asws")]
|
||||
@@ -0,0 +1,8 @@
|
||||
[gd_scene format=3 uid="uid://d0v7s36iaq2my"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bvnl6dpemclpk" path="res://assets/models/tekton_stand/stand_2.gltf" id="1_p0ums"]
|
||||
|
||||
[node name="tekton_seat" type="Node3D" unique_id=966796714]
|
||||
transform = Transform3D(100, 0, 0, 0, 100, 0, 0, 0, 100, 0, 1.5, 0)
|
||||
|
||||
[node name="stand_2" parent="." unique_id=690663485 instance=ExtResource("1_p0ums")]
|
||||
Reference in New Issue
Block a user