mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Returned movement, removed useless and deprecated settinfs
This commit is contained in:
parent
8efc37a547
commit
8515078470
2 changed files with 14 additions and 14 deletions
|
|
@ -71,3 +71,7 @@ Glen reworked
|
|||
GLLogger \n bug fix
|
||||
Removed text size limit in Ed Message
|
||||
Rewrited Linux build scripts
|
||||
Barrens reworked
|
||||
Solstice credits fixed
|
||||
Deleted unused maps
|
||||
cafe map size fixed
|
||||
|
|
|
|||
|
|
@ -197,6 +197,12 @@ class Window_Settings
|
|||
},
|
||||
],
|
||||
tr("Gameplay") => [
|
||||
{
|
||||
:type => :enum,
|
||||
:name => tr('Default movement'),
|
||||
:parameter => :movement,
|
||||
:values => [tr("Walk"), tr("Run")]
|
||||
},
|
||||
{
|
||||
:type => :bool,
|
||||
:name => tr('Skip Text (R)'),
|
||||
|
|
@ -204,34 +210,24 @@ class Window_Settings
|
|||
},
|
||||
{
|
||||
:type => :bool,
|
||||
:name => tr('Purple message box for Entity(WIP)'),
|
||||
:name => tr('Purple message box for Entity(Not implemented)'),
|
||||
:parameter => :en_purple_messagebox
|
||||
},
|
||||
{
|
||||
:type => :bool,
|
||||
:name => tr('Enforce april fools(WIP)'),
|
||||
:name => tr('Enforce april fools'),
|
||||
:parameter => :enforce_april_fools
|
||||
},
|
||||
{
|
||||
:type => :bool,
|
||||
:name => tr('True Memory Mode(WIP)'),
|
||||
:name => tr('True Memory Mode(Not implemented)'),
|
||||
:parameter => :true_memory_mode
|
||||
},
|
||||
{
|
||||
:type => :bool,
|
||||
:name => tr('Enable Pre-Solstice update content(WIP)'),
|
||||
:parameter => :pre_solstice_update_content
|
||||
},
|
||||
{
|
||||
:type => :bool,
|
||||
:name => tr('Dejavu mode(WIP)'),
|
||||
:name => tr('Dejavu mode(Not implemented)'),
|
||||
:parameter => :dejavu_mode
|
||||
},
|
||||
{
|
||||
:type => :bool,
|
||||
:name => tr('Demo mode(WIP)'),
|
||||
:parameter => :demo
|
||||
},
|
||||
{
|
||||
:type => :bool,
|
||||
:name => tr('Freeware Mode(!)'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue