33 lines
1.4 KiB
Plaintext
33 lines
1.4 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://cds3k6awxknps"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bdlbub6ldpj5i" path="res://primitives/platforms/10x1x10 with outlines yellow.blend" id="1_reljg"]
|
|
[ext_resource type="Material" uid="uid://7jwgna61bk4i" path="res://primitives/pallet/yellow_glow.tres" id="2_nnahr"]
|
|
[ext_resource type="PackedScene" uid="uid://bnsyxg7xsjri1" path="res://primitives/gravity_changer/gravity_changer.tscn" id="3_rb347"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_pphf1"]
|
|
size = Vector3(20, 2, 20)
|
|
|
|
[sub_resource type="BoxMesh" id="BoxMesh_pwuoq"]
|
|
material = ExtResource("2_nnahr")
|
|
size = Vector3(17.85, 1.3, 2.185)
|
|
|
|
[node name="platform_yellow_out" type="StaticBody3D"]
|
|
|
|
[node name="10x1x10 with outlines yellow" parent="." instance=ExtResource("1_reljg")]
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("BoxShape3D_pphf1")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
transform = Transform3D(0.707107, 0, 0.707107, 0, 1, 0, -0.707107, 0, 0.707107, 0, 0.5, 0)
|
|
mesh = SubResource("BoxMesh_pwuoq")
|
|
|
|
[node name="MeshInstance3D2" type="MeshInstance3D" parent="."]
|
|
transform = Transform3D(0.707107, 0, -0.707107, 0, 1, 0, 0.707107, 0, 0.707107, 0, 0.5, 0)
|
|
mesh = SubResource("BoxMesh_pwuoq")
|
|
|
|
[node name="gravity_changer" parent="." instance=ExtResource("3_rb347")]
|
|
transform = Transform3D(18, 0, 0, 0, 1, 0, 0, 0, 18, 0, 1.5, 0)
|
|
down = Vector3(0, 1, 0)
|
|
follow_parent = true
|