2026-01-06 16:19:08 +08:00
|
|
|
[gd_scene load_steps=6 format=3 uid="uid://d1w8ftfhxycfy"]
|
2026-01-06 11:58:41 +08:00
|
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://52tgslofxoi2" path="res://_shared/camera/GlobalCamera.gd" id="1_fixiw"]
|
|
|
|
|
[ext_resource type="Script" uid="uid://bhexx6mj1xv3q" path="res://addons/phantom_camera/scripts/phantom_camera/phantom_camera_2d.gd" id="1_llsih"]
|
|
|
|
|
[ext_resource type="Script" uid="uid://bhd4nuiu23e7l" path="res://addons/phantom_camera/scripts/phantom_camera/phantom_camera_noise_emitter_2d.gd" id="3_0bl5s"]
|
2026-01-06 16:19:08 +08:00
|
|
|
[ext_resource type="Script" uid="uid://8umksf8e80fw" path="res://addons/phantom_camera/scripts/resources/tween_resource.gd" id="3_fixiw"]
|
|
|
|
|
|
|
|
|
|
[sub_resource type="Resource" id="Resource_pvk7k"]
|
|
|
|
|
script = ExtResource("3_fixiw")
|
2026-01-06 11:58:41 +08:00
|
|
|
|
|
|
|
|
[node name="PlayerStaticCamera" type="Node2D"]
|
|
|
|
|
script = ExtResource("1_fixiw")
|
|
|
|
|
|
|
|
|
|
[node name="PhantomCamera2D" type="Node2D" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
script = ExtResource("1_llsih")
|
|
|
|
|
priority = 1000
|
2026-01-06 18:21:25 +08:00
|
|
|
zoom = Vector2(0.8, 0.8)
|
2026-01-06 16:19:08 +08:00
|
|
|
tween_resource = SubResource("Resource_pvk7k")
|
2026-01-06 11:58:41 +08:00
|
|
|
tween_on_load = false
|
|
|
|
|
draw_limits = true
|
|
|
|
|
metadata/_custom_type_script = "uid://bhexx6mj1xv3q"
|
|
|
|
|
|
|
|
|
|
[node name="PhantomCameraNoiseEmitter2D" type="Node2D" parent="PhantomCamera2D"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
script = ExtResource("3_0bl5s")
|
|
|
|
|
metadata/_custom_type_script = "uid://bhd4nuiu23e7l"
|