A switch to disable fullscreen toggling

This commit is contained in:
mshirt 2016-11-27 21:04:15 -06:00
parent ce147a44a5
commit 88d9690737

View file

@ -233,7 +233,7 @@ class Scene_Map
# Update fast travel
@fast_travel.update
if Input.trigger?(Input::F8)
if Input.trigger?(Input::F8) && !$game_switches[123]
if Graphics.fullscreen == true
Graphics.fullscreen = false
$console = false