mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
improved menu
This commit is contained in:
parent
2637008a33
commit
81bc9fa37f
59 changed files with 783 additions and 78 deletions
6
Menu/Buttons/Fullscreen/FullscreenButton.gd
Normal file
6
Menu/Buttons/Fullscreen/FullscreenButton.gd
Normal file
|
@ -0,0 +1,6 @@
|
|||
extends TextureButton
|
||||
|
||||
|
||||
|
||||
func _on_FullscreenButton_toggled(_button_pressed):
|
||||
OS.window_fullscreen = !OS.window_fullscreen
|
Loading…
Add table
Add a link
Reference in a new issue