chore: format slime changes

This commit is contained in:
2025-08-21 23:56:49 +02:00
parent 7aedea8206
commit 892b37572f
3 changed files with 6 additions and 1 deletions

View File

@@ -40,9 +40,11 @@ func _find_player():
player = get_tree().get_first_node_in_group(GlobalConst.GROUP_PLAYER)
target = player
func _gen_name() -> String:
return "Unnamed enemy"
func _physics_process(delta: float) -> void:
if not target:
return