Files
Dawn-Godot/scenes/Testing/TestCube.tscn
2025-01-05 12:05:55 -06:00

14 lines
415 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://dlwauw7qvyxnn"]
[sub_resource type="BoxShape3D" id="BoxShape3D_qpmw6"]
[sub_resource type="BoxMesh" id="BoxMesh_lddii"]
[node name="TestCube" type="StaticBody3D"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("BoxShape3D_qpmw6")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("BoxMesh_lddii")