Many changes
Handle it
This commit is contained in:
parent
bf09402bc5
commit
214e0aa5e0
366 changed files with 24353 additions and 2096 deletions
13
components/FreeCameraComponent.tscn
Normal file
13
components/FreeCameraComponent.tscn
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://4ajjlg37ssja"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dy08nb2aotcf7" path="res://components/scripts/free_camera_component.gd" id="1_ang1s"]
|
||||
[ext_resource type="Script" uid="uid://ox4lxm83ciu" path="res://components/scripts/free_camera_game_camera_component.gd" id="2_3cl4c"]
|
||||
|
||||
[node name="FreeCameraComponent" type="Node2D"]
|
||||
script = ExtResource("1_ang1s")
|
||||
|
||||
[node name="GameCamera" type="Camera2D" parent="."]
|
||||
script = ExtResource("2_3cl4c")
|
||||
key = false
|
||||
edge = true
|
||||
wheel = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue