added Graphics and sound Effects and more overhauls

This commit is contained in:
Exobyt 2025-08-03 20:56:32 +02:00
parent c887a2168c
commit b9d4288900
214 changed files with 3378 additions and 198 deletions

View file

@ -2,7 +2,7 @@
[ext_resource type="Script" uid="uid://1a30h315e73b" path="res://scenes/areas/hurtArea/hurt_area.gd" id="1_c51ym"]
[node name="hurtArea" type="Area2D" groups=["healthArea"]]
[node name="hurtArea" type="Area2D" groups=["hurtArea"]]
collision_layer = 1073741824
collision_mask = 2147483648
script = ExtResource("1_c51ym")

View file

@ -1,8 +1,3 @@
extends Area2D
signal hurt(amount: int)
#
#func _on_area_entered(area: Area2D) -> void:
#print(area.name)
#