godot-plateformer/_camera/PlateformerCamera.tscn

25 lines
1.2 KiB
Plaintext
Raw Normal View History

2026-01-12 17:51:15 +08:00
[gd_scene load_steps=5 format=3 uid="uid://cw6buluknvjj"]
[ext_resource type="Script" uid="uid://djk7tg2puphgv" path="res://_camera/camera_test.gd" id="1_05blt"]
[ext_resource type="Script" uid="uid://py4h5jxlncro" path="res://addons/reedcamera/scripts/CameraPointer.gd" id="1_e7rkk"]
[ext_resource type="Script" uid="uid://dwr1s51svvank" path="res://addons/reedcamera/scripts/camera_tools/CameraShakeController.gd" id="2_rbequ"]
[ext_resource type="Script" uid="uid://bhl5it46hv4n2" path="res://addons/reedcamera/scripts/camera_tools/CameraAnchorController.gd" id="4_877nu"]
[node name="PlateformerCamera" type="Camera2D"]
script = ExtResource("1_05blt")
[node name="CameraPointer" type="Node" parent="."]
script = ExtResource("1_e7rkk")
metadata/_custom_type_script = "uid://py4h5jxlncro"
[node name="ReedCameraShakeController" type="Node" parent="CameraPointer"]
script = ExtResource("2_rbequ")
2026-01-13 00:52:36 +08:00
affect_offset = true
2026-01-12 17:51:15 +08:00
metadata/_custom_type_script = "uid://dwr1s51svvank"
[node name="ReedCameraAnchorController" type="Node" parent="CameraPointer"]
script = ExtResource("4_877nu")
2026-01-13 00:52:36 +08:00
affect_position = true
affect_zoom = true
2026-01-12 17:51:15 +08:00
metadata/_custom_type_script = "uid://bhl5it46hv4n2"