5 lines
89 B
GDScript
5 lines
89 B
GDScript
extends Control
|
|
|
|
func _on_ResetGameControl_reset_confirmed() -> void:
|
|
GameState.reset()
|