blob: cbf8acaf6575da13cbdf531000a88e13e965c129 (
plain)
1
2
3
4
5
6
7
8
|
[gd_scene load_steps=2 format=3 uid="uid://dfyvkc2qlcdac"]
[ext_resource type="Script" uid="uid://dul8m52uio8t5" path="res://game_camera.gd" id="1_sfxhn"]
[node name="GameCamera" type="Camera2D"]
position_smoothing_enabled = true
position_smoothing_speed = 16.0
script = ExtResource("1_sfxhn")
|