FantasyRun/world.tscn
2024-09-26 20:36:02 -07:00

34 lines
1.2 KiB
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://blupjt2ulo2g1"]
[ext_resource type="PackedScene" uid="uid://vamte52rvfhy" path="res://character/character.tscn" id="1_nfwx6"]
[sub_resource type="PlaneMesh" id="PlaneMesh_okds2"]
size = Vector2(10, 10)
[sub_resource type="Curve3D" id="Curve3D_5ttj7"]
_data = {
"points": PackedVector3Array(0, 0, 0, 0, 0, 0, 0, 0.425, 4.6, 0, 0, 0, 0, 0, 0, 0, 0.47, -4.745, 0, 0, 0, 0, 0, 0, 0, 2.68, -11.185),
"tilts": PackedFloat32Array(0, 0, 0)
}
point_count = 3
[node name="World" type="Node3D"]
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("PlaneMesh_okds2")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(-0.827728, -0.0513662, 0.558773, 0.136568, 0.947417, 0.289396, -0.544256, 0.315852, -0.777189, 3.45982, 2.03445, -6.78341)
[node name="Path3D" type="Path3D" parent="."]
curve = SubResource("Curve3D_5ttj7")
[node name="PathFollow3D" type="PathFollow3D" parent="Path3D"]
transform = Transform3D(1, 0, 0, 0, 0.999875, 0, 0, 0, 0.999875, 0, 0.445395, 0.364689)
progress = 4.23536
rotation_mode = 0
loop = false
tilt_enabled = false
[node name="CharacterBody3D" parent="." instance=ExtResource("1_nfwx6")]