summaryrefslogtreecommitdiff
path: root/scripts/optionsmenu.gd
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/optionsmenu.gd')
-rw-r--r--scripts/optionsmenu.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/optionsmenu.gd b/scripts/optionsmenu.gd
index 7c6dbb9..3da0250 100644
--- a/scripts/optionsmenu.gd
+++ b/scripts/optionsmenu.gd
@@ -37,5 +37,5 @@ func _on_VolumeSFXSlider_value_changed(value):
else:
global_variables.volume_sfx_enabled = true
-func _on_FullscreenCheckBox_pressed():
+func _on_FullscreenCheckButton_toggled(_button_pressed):
OS.window_fullscreen = !OS.window_fullscreen