mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
grg
This commit is contained in:
parent
358119d45a
commit
11aecb086b
2 changed files with 1 additions and 16 deletions
|
|
@ -26,7 +26,6 @@ module Settings
|
||||||
:en_purple_messagebox => true,
|
:en_purple_messagebox => true,
|
||||||
:enforce_april_fools => false,
|
:enforce_april_fools => false,
|
||||||
:true_memory_mode => false,
|
:true_memory_mode => false,
|
||||||
:dejavu_mode => false,
|
|
||||||
:oneshot_mode => false,
|
:oneshot_mode => false,
|
||||||
|
|
||||||
# Advanced
|
# Advanced
|
||||||
|
|
@ -169,11 +168,6 @@ class Window_Settings
|
||||||
:name => tr('Dynamic Light'),
|
:name => tr('Dynamic Light'),
|
||||||
:parameter => :light,
|
:parameter => :light,
|
||||||
},
|
},
|
||||||
#{
|
|
||||||
# :type => :bool,
|
|
||||||
# :name => tr('Shadows'),
|
|
||||||
# :parameter => :light_shadows
|
|
||||||
#},
|
|
||||||
],
|
],
|
||||||
tr("UI") => [
|
tr("UI") => [
|
||||||
{
|
{
|
||||||
|
|
@ -221,17 +215,9 @@ class Window_Settings
|
||||||
:name => tr('True Memory Mode(Not implemented)'),
|
:name => tr('True Memory Mode(Not implemented)'),
|
||||||
:parameter => :true_memory_mode
|
:parameter => :true_memory_mode
|
||||||
},
|
},
|
||||||
{
|
|
||||||
:type => :switch,
|
|
||||||
:name => tr("Dejavu mode"),
|
|
||||||
:switch => 399,
|
|
||||||
:parameter => :dejavu_mode,
|
|
||||||
:default => false,
|
|
||||||
:invert => false,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
:type => :bool,
|
:type => :bool,
|
||||||
:name => tr('Freeware Mode(!)'),
|
:name => tr('Freeware Mode(!, WIP)'),
|
||||||
:parameter => :oneshot_mode
|
:parameter => :oneshot_mode
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,6 @@ class Scene_Map
|
||||||
@blackfade.z = 9999
|
@blackfade.z = 9999
|
||||||
color = GamepadMapColors::COLORS[$game_map.map_id] || GamepadMapColors::SUN
|
color = GamepadMapColors::COLORS[$game_map.map_id] || GamepadMapColors::SUN
|
||||||
Input.set_led(color.red, color.green, color.blue)
|
Input.set_led(color.red, color.green, color.blue)
|
||||||
RPG::Mod.exec_hooks("hooks/Scene_Map/main", binding)
|
|
||||||
|
|
||||||
# Transition run
|
# Transition run
|
||||||
Graphics.transition
|
Graphics.transition
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue