16 lines
650 B
Plaintext
16 lines
650 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://b8pv5wtbo0y20"]
|
|
|
|
[ext_resource type="Script" uid="uid://04mchxkp161a" path="res://_shared/camera/CameraSystem.gd" id="1_xxnab"]
|
|
[ext_resource type="Script" uid="uid://bd046eokvcnu2" path="res://addons/phantom_camera/scripts/phantom_camera_host/phantom_camera_host.gd" id="2_385ly"]
|
|
|
|
[node name="CameraSystem" type="Node"]
|
|
script = ExtResource("1_xxnab")
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="."]
|
|
|
|
[node name="PhantomCameraHost" type="Node" parent="Camera2D"]
|
|
process_priority = 300
|
|
process_physics_priority = 300
|
|
script = ExtResource("2_385ly")
|
|
metadata/_custom_type_script = "uid://bd046eokvcnu2"
|