mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
6 lines
123 B
GDScript
6 lines
123 B
GDScript
extends TextureButton
|
|
|
|
|
|
|
|
func _on_FullscreenButton_toggled(_button_pressed):
|
|
OS.window_fullscreen = !OS.window_fullscreen
|