mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +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
|
||||
@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
|
||||
|
|
|
|||
Loading…
Reference in a new issue