19 lines
834 B
Plaintext
19 lines
834 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://pedsgn3nc3l3"]
|
|
|
|
[ext_resource type="PhysicsMaterial" uid="uid://clyaty70wifjj" path="res://cubes/physics/cube_physics.tres" id="1_bcrdt"]
|
|
[ext_resource type="PackedScene" uid="uid://dg7t8h4fvo7bp" path="res://cubes/physics/cube_yellow.blend" id="1_ijcun"]
|
|
[ext_resource type="Script" path="res://cubes/physics/follow_down.gd" id="1_n361a"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_mgl46"]
|
|
size = Vector3(3, 3, 3)
|
|
|
|
[node name="CubeYellow" type="RigidBody3D"]
|
|
physics_material_override = ExtResource("1_bcrdt")
|
|
script = ExtResource("1_n361a")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("BoxShape3D_mgl46")
|
|
|
|
[node name="cube_yellow" parent="." instance=ExtResource("1_ijcun")]
|
|
transform = Transform3D(1.5, 0, 0, 0, 1.5, 0, 0, 0, 1.5, 0, 0, 0)
|