mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 07:15:54 +00:00
Replaced most cameras in levels with a scene
This commit is contained in:
parent
869a3b4c06
commit
9548688850
17 changed files with 107 additions and 105 deletions
11
Scenes/camera_controller.tscn
Normal file
11
Scenes/camera_controller.tscn
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://bmif3jo03yuol"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dd535g2nxqpg1" path="res://Scripts/Misc/CameraController.cs" id="1_wovnw"]
|
||||
|
||||
[node name="CameraController" type="Camera2D"]
|
||||
process_mode = 1
|
||||
script = ExtResource("1_wovnw")
|
||||
PixelSnap = false
|
||||
EnableSmoothing = false
|
||||
MaxAimOffsetDistance = 80.0
|
||||
DebugCamera2ActionName = &"debug_camera_1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue