[gd_scene load_steps=6 format=3 uid="uid://daxngklaqlyba"] [ext_resource type="PackedScene" uid="uid://dtbulshrxetes" path="res://src/player/player.tscn" id="1_1k4gi"] [ext_resource type="Script" uid="uid://bd046eokvcnu2" path="res://addons/phantom_camera/scripts/phantom_camera_host/phantom_camera_host.gd" id="2_6fy3g"] [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_kueii"] albedo_color = Color(0.16, 0.16, 0.16, 1) [sub_resource type="PlaneMesh" id="PlaneMesh_1k4gi"] material = SubResource("StandardMaterial3D_kueii") size = Vector2(16, 16) [sub_resource type="WorldBoundaryShape3D" id="WorldBoundaryShape3D_1k4gi"] [node name="World" type="Node3D"] [node name="Player" parent="." instance=ExtResource("1_1k4gi")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0) [node name="WorldFloor" type="MeshInstance3D" parent="."] mesh = SubResource("PlaneMesh_1k4gi") [node name="StaticBody3D" type="StaticBody3D" parent="WorldFloor"] [node name="CollisionShape3D" type="CollisionShape3D" parent="WorldFloor/StaticBody3D"] shape = SubResource("WorldBoundaryShape3D_1k4gi") [node name="Camera3D" type="Camera3D" parent="."] physics_interpolation_mode = 1 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) [node name="PhantomCameraHost" type="Node" parent="Camera3D"] process_priority = 300 process_physics_priority = 300 script = ExtResource("2_6fy3g")