41 lines
1.7 KiB
Plaintext
41 lines
1.7 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://c0hv2icj8y7cs"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bdlbub6ldpj5i" path="res://primitives/platforms/10x1x10 with outlines yellow.blend" id="1_f3rou"]
|
|
[ext_resource type="Material" uid="uid://7jwgna61bk4i" path="res://primitives/pallet/yellow_glow.tres" id="2_geb52"]
|
|
[ext_resource type="PackedScene" uid="uid://bnsyxg7xsjri1" path="res://primitives/gravity_changer/gravity_changer.tscn" id="3_w0fxq"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_pphf1"]
|
|
size = Vector3(20, 2, 20)
|
|
|
|
[sub_resource type="SphereMesh" id="SphereMesh_oaden"]
|
|
material = ExtResource("2_geb52")
|
|
radius = 4.09
|
|
height = 1.15
|
|
|
|
[node name="platform_yellow_in" type="StaticBody3D"]
|
|
|
|
[node name="10x1x10 with outlines yellow" parent="." instance=ExtResource("1_f3rou")]
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("BoxShape3D_pphf1")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.53, 0)
|
|
mesh = SubResource("SphereMesh_oaden")
|
|
|
|
[node name="gravity_changer" parent="." instance=ExtResource("3_w0fxq")]
|
|
transform = Transform3D(20, 0, 0, 0, 1, 0, 0, 0, 20, 0, 1.5, 0)
|
|
follow_parent = true
|
|
|
|
[node name="gravity_changer2" parent="." instance=ExtResource("3_w0fxq")]
|
|
transform = Transform3D(15, 0, 0, 0, 1, 0, 0, 0, 15, 0, 1.5, 0)
|
|
follow_parent = true
|
|
|
|
[node name="gravity_changer3" parent="." instance=ExtResource("3_w0fxq")]
|
|
transform = Transform3D(10, 0, 0, 0, 1, 0, 0, 0, 10, 0, 1.5, 0)
|
|
follow_parent = true
|
|
|
|
[node name="gravity_changer4" parent="." instance=ExtResource("3_w0fxq")]
|
|
transform = Transform3D(5, 0, 0, 0, 1, 0, 0, 0, 5, 0, 1.5, 0)
|
|
follow_parent = true
|