mirror of
https://git.kittycat.homes/BatHeartTiger/untitled-plant-game.git
synced 2024-08-15 03:16:27 +00:00
6 lines
116 B
GDScript
6 lines
116 B
GDScript
extends TextureButton
|
|
|
|
|
|
|
|
func _on_FullscreenButton_pressed() -> void:
|
|
OS.window_fullscreen = !OS.window_fullscreen
|