mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-22 23:06:18 +00:00
A switch to disable fullscreen toggling
This commit is contained in:
parent
ce147a44a5
commit
88d9690737
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ class Scene_Map
|
||||||
# Update fast travel
|
# Update fast travel
|
||||||
@fast_travel.update
|
@fast_travel.update
|
||||||
|
|
||||||
if Input.trigger?(Input::F8)
|
if Input.trigger?(Input::F8) && !$game_switches[123]
|
||||||
if Graphics.fullscreen == true
|
if Graphics.fullscreen == true
|
||||||
Graphics.fullscreen = false
|
Graphics.fullscreen = false
|
||||||
$console = false
|
$console = false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue