4 lines
79 B
GDScript
4 lines
79 B
GDScript
extends Player
|
|
|
|
func _on_respawn() -> void:
|
|
get_tree().reload_current_scene()
|