summaryrefslogtreecommitdiff
path: root/scenes
diff options
context:
space:
mode:
authorMatheus <matheus.guedes.mg.m@gmail.com>2025-09-14 00:14:25 -0300
committerMatheus <matheus.guedes.mg.m@gmail.com>2025-09-14 00:14:25 -0300
commit5958d9c071915ab71aea5a5c08d79e88024f6c58 (patch)
tree8ab992a1ae055ea501faa48f3fdc778061945ba0 /scenes
parent539fd4820f37aa54df8878091db9680d89ee027a (diff)
The newer scolls: groundrim.
Diffstat (limited to 'scenes')
-rw-r--r--scenes/Game.tscn7
1 files changed, 6 insertions, 1 deletions
diff --git a/scenes/Game.tscn b/scenes/Game.tscn
index fa0f687..d25c3b5 100644
--- a/scenes/Game.tscn
+++ b/scenes/Game.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=13 format=3 uid="uid://u5h6iqyi8wd0"]
+[gd_scene load_steps=14 format=3 uid="uid://u5h6iqyi8wd0"]
[ext_resource type="Script" uid="uid://dwubb28wt4bhe" path="res://scripts/Game.cs" id="1_cpr0p"]
[ext_resource type="Script" uid="uid://ejqmdbc0524i" path="res://scripts/InputHandling/MainGameInputHandler.cs" id="3_400sg"]
@@ -12,6 +12,7 @@
[ext_resource type="PackedScene" uid="uid://b4h4xyr1g8o50" path="res://scenes/GUI/hud.tscn" id="6_aug50"]
[ext_resource type="Script" uid="uid://dspqgdxg5jji0" path="res://scripts/InputHandling/PickupInputHandler.cs" id="10_3xj3m"]
[ext_resource type="Script" uid="uid://bjcjktvyrdh10" path="res://scripts/InputHandling/InventoryInputHandler.cs" id="11_mcffj"]
+[ext_resource type="Script" uid="uid://ceck6d5tjpgwf" path="res://scripts/InputHandling/CastSpellInputHandler.cs" id="12_2rd6h"]
[node name="Game" type="Node"]
script = ExtResource("1_cpr0p")
@@ -54,6 +55,10 @@ script = ExtResource("10_3xj3m")
script = ExtResource("11_mcffj")
Map = NodePath("../../Map")
+[node name="CastSpellInputHandler" type="Node" parent="InputHandler" node_paths=PackedStringArray("map")]
+script = ExtResource("12_2rd6h")
+map = NodePath("../../Map")
+
[node name="Camera2D" type="Camera2D" parent="."]
offset = Vector2(8, 8)
zoom = Vector2(2, 2)