fix(formatting): removed unnecessary spacing
This commit is contained in:
parent
75dd7158ca
commit
b72474974b
|
@ -8,7 +8,6 @@ script/source = "extends HealthStatus
|
|||
func _on_health_changed(remaining: int, delta: int) -> void:
|
||||
print(\"Player Health Changed:\", delta, \"remaining:\", remaining)
|
||||
|
||||
|
||||
func _on_death() -> void:
|
||||
get_tree().change_scene_to_file.call_deferred(\"res://menus/main_menu.tscn\")
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue