35 lines
1.3 KiB
Plaintext
35 lines
1.3 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://dsgofpf33wf3c"]
|
|
|
|
[ext_resource type="Script" uid="uid://bk4rnp6ytjley" path="res://props/moving_platform.gd" id="1_8irhf"]
|
|
[ext_resource type="PackedScene" uid="uid://dkr18e7uct18e" path="res://models/props/platform_constructed.blend" id="1_nde2r"]
|
|
|
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_goegf"]
|
|
height = 0.196957
|
|
radius = 0.912598
|
|
|
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_8irhf"]
|
|
height = 1.67555
|
|
radius = 0.93457
|
|
|
|
[node name="PlatformConstructed" type="PathFollow3D" node_paths=PackedStringArray("body", "area")]
|
|
rotation_mode = 0
|
|
loop = false
|
|
script = ExtResource("1_8irhf")
|
|
body = NodePath("AnimatableBody3D")
|
|
area = NodePath("Area3D")
|
|
|
|
[node name="AnimatableBody3D" type="AnimatableBody3D" parent="."]
|
|
top_level = true
|
|
|
|
[node name="platform_constructed" parent="AnimatableBody3D" instance=ExtResource("1_nde2r")]
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="AnimatableBody3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.338884, 0)
|
|
shape = SubResource("CylinderShape3D_goegf")
|
|
|
|
[node name="Area3D" type="Area3D" parent="."]
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.07398, 0)
|
|
shape = SubResource("CylinderShape3D_8irhf")
|