godot-wild-jam-66/environment/box/Box.tscn

13 lines
492 B
Text

[gd_scene load_steps=3 format=3 uid="uid://bymwqcagnafdf"]
[ext_resource type="PackedScene" uid="uid://1ub5643v6ruo" path="res://assets/Box/Box.gltf" id="1_7hlth"]
[sub_resource type="BoxShape3D" id="BoxShape3D_56i4h"]
[node name="Box" type="StaticBody3D"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
shape = SubResource("BoxShape3D_56i4h")
[node name="Box2" parent="." instance=ExtResource("1_7hlth")]