refactor to use mediator pattern with EventBus
This commit is contained in:
parent
a4136c937f
commit
0cf64a4bc9
15 changed files with 212 additions and 225 deletions
7
scenes/Camera.tscn
Normal file
7
scenes/Camera.tscn
Normal file
|
@ -0,0 +1,7 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://bwki262totuo4"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/Camera.gd" id="1_ttsl2"]
|
||||
|
||||
[node name="Camera" type="Camera2D"]
|
||||
position = Vector2(1288, 720)
|
||||
script = ExtResource("1_ttsl2")
|
Loading…
Add table
Add a link
Reference in a new issue