GodotCourse/week1/3dVersion/scenes/crate.tscn

16 lines
534 B
Plaintext
Raw Normal View History

2025-06-03 11:45:36 +00:00
[gd_scene load_steps=3 format=3 uid="uid://50e6ihpajc71"]
[sub_resource type="BoxShape3D" id="BoxShape3D_uwrxv"]
[sub_resource type="BoxMesh" id="BoxMesh_yqjtg"]
[node name="RigidBody3D" type="RigidBody3D"]
transform = Transform3D(0.809222, 0.587503, 0, -0.587503, 0.809222, 0, 0, 0, 1, 0, 0, 0)
metadata/_edit_group_ = true
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("BoxShape3D_uwrxv")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("BoxMesh_yqjtg")