From c9057bbd88f14a4e0e572c16452c1ab9baebfe2a Mon Sep 17 00:00:00 2001 From: Matheus Date: Sun, 17 Aug 2025 22:30:35 -0300 Subject: Atores agora são criados por código. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/Game.tscn | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scenes/Game.tscn') diff --git a/scenes/Game.tscn b/scenes/Game.tscn index 6d1a2be..361f821 100644 --- a/scenes/Game.tscn +++ b/scenes/Game.tscn @@ -11,3 +11,7 @@ script = ExtResource("1_cpr0p") [node name="InputHandler" type="Node" parent="."] script = ExtResource("3_s0nni") + +[node name="Camera2D" type="Camera2D" parent="."] +offset = Vector2(8, 8) +zoom = Vector2(2, 2) -- cgit v1.2.3