chore: format slime changes
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user