- Edited
hey this is a pretty short piece of code that should just work but every time I try it says Cannot find member "window_fullscreen" in base "OS". or Static function "set_window_fullscreen()" not found in base "OS".
this is my code:
func _on_fullscreen_button_pressed() -> void:
OS.set_window_fullscreen(!OS.window_fullscreen)