18 lines
698 B
Plaintext
18 lines
698 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://vvq7jugpnvia"]
|
|
|
|
[ext_resource type="PhysicsMaterial" uid="uid://clyaty70wifjj" path="res://cubes/cube_physics.tres" id="1_4p4wg"]
|
|
[ext_resource type="PackedScene" uid="uid://dtt8ve3lnqbg4" path="res://cubes/cube.blend" id="2_73wg6"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_a4su7"]
|
|
size = Vector3(3, 3, 3)
|
|
|
|
[node name="CubeBlue" type="RigidBody3D"]
|
|
mass = 0.25
|
|
physics_material_override = ExtResource("1_4p4wg")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("BoxShape3D_a4su7")
|
|
|
|
[node name="cube" parent="." instance=ExtResource("2_73wg6")]
|
|
transform = Transform3D(1.5, 0, 0, 0, 1.5, 0, 0, 0, 1.5, 0, 0, 0)
|