added objective, added boss

This commit is contained in:
2021-12-05 03:26:09 -06:00
parent db6cec47b4
commit eb0ec1287f
27 changed files with 945 additions and 60 deletions

View File

@@ -19,6 +19,7 @@ func _physics_process(_delta: float) -> void:
func _on_player_detector_area_entered(area: Area2D) -> void:
if area.get_parent().name == 'Player':
player = area.get_parent()
return