mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 05:20:06 +01:00
19 lines
622 B
Plaintext
19 lines
622 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dp55yaag2bftf"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_pq8q7"]
|
|
|
|
[sub_resource type="BoxMesh" id="BoxMesh_pyidc"]
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_oq5cr"]
|
|
albedo_color = Color(0.5544661, 0.39379695, 0.15444939, 1)
|
|
|
|
[node name="Box" type="RigidBody3D"]
|
|
mass = 10.0
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("BoxShape3D_pq8q7")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
mesh = SubResource("BoxMesh_pyidc")
|
|
surface_material_override/0 = SubResource("StandardMaterial3D_oq5cr")
|