19 lines
659 B
Plaintext
19 lines
659 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://50e6ihpajc71"]
|
|
|
|
[ext_resource type="Script" uid="uid://bspjn3hydupee" path="res://scripts/crate.gd" id="1_b66cd"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_uwrxv"]
|
|
|
|
[sub_resource type="BoxMesh" id="BoxMesh_yqjtg"]
|
|
|
|
[node name="Crate" type="RigidBody3D"]
|
|
transform = Transform3D(0.809222, 0.587503, 0, -0.587503, 0.809222, 0, 0, 0, 1, 0, 0, 0)
|
|
script = ExtResource("1_b66cd")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("BoxShape3D_uwrxv")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
mesh = SubResource("BoxMesh_yqjtg")
|