Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

A drag-and-drop way to implement the ability to toggle fullscreen to a scene.Contains the FullscreenOnInput class, which extends Node. By adding FullscreenOnInput to a scene, and chocing an input action by name, FullscreenOnInput quits the game on input.Just drag and drop the fullscreen_on_input.tscn sceen, add an input, and you're done!
A drag-and-drop way to implement the ability to toggle fullscreen to a scene.
Contains the FullscreenOnInput class, which extends Node. By adding FullscreenOnInput to a scene, and chocing an input action by name, FullscreenOnInput quits the game on input.
Just drag and drop the fullscreen_on_input.tscn sceen, add an input, and you're done!
Reviews
Quick Information

A drag-and-drop way to implement the ability to toggle fullscreen to a scene.Contains the FullscreenOnInput class, which extends Node. By adding FullscreenOnInput to a scene, and chocing an input action by name, FullscreenOnInput quits the game on input.Just drag and drop the fullscreen_on_input.tscn sceen, add an input, and you're done!