fnkdolpojso grmhbhigjshkdfnkgtah

This commit is contained in:
Victor Turgeon
2023-01-15 15:02:42 -05:00
parent 8efed5d4d6
commit 423718bebe
14 changed files with 308 additions and 10 deletions

View File

@@ -43,6 +43,7 @@ func take_damage(damage):
kill();
func kill():
emit_signal("is_killed");
queue_free();
func set_player(p):
@@ -57,3 +58,5 @@ func _on_area_2d_body_entered(body):
func _on_animated_sprite_2d_animation_finished():
attacking = true;
signal is_killed()

View File

@@ -68,7 +68,7 @@ animations = [{
size = Vector2(23, 21)
[sub_resource type="CircleShape2D" id="CircleShape2D_0y76e"]
radius = 120.037
radius = 216.0
[node name="urinal_mimic" type="CharacterBody2D"]
script = ExtResource("1_2ga4k")