5 wiersze
72 B
GDScript
5 wiersze
72 B
GDScript
extends Control
|
|
|
|
|
|
func _on_TextureButton_pressed():
|
|
$PauseMenu.pause()
|