REM/scenes/props/box.tscn
2026-03-26 20:37:29 -06:00

14 lines
409 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://bfpf2hccp2gy2"]
[sub_resource type="BoxMesh" id="BoxMesh_1cclh"]
[sub_resource type="BoxShape3D" id="BoxShape3D_g4j6v"]
[node name="Box" type="RigidBody3D"]
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("BoxMesh_1cclh")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("BoxShape3D_g4j6v")