added Graphics and sound Effects and more overhauls
This commit is contained in:
parent
c887a2168c
commit
b9d4288900
214 changed files with 3378 additions and 198 deletions
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -1,8 +1,3 @@
|
|||
extends Area2D
|
||||
|
||||
signal hurt(amount: int)
|
||||
|
||||
#
|
||||
#func _on_area_entered(area: Area2D) -> void:
|
||||
#print(area.name)
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue