mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-06 14:10:11 +00:00
festive actually configurable
This commit is contained in:
parent
3e7791c16f
commit
cf0245ab4f
@ -1304,6 +1304,10 @@ EX void initConfig() {
|
|||||||
-> help("Disable if you do not want particle effects and similar.");
|
-> help("Disable if you do not want particle effects and similar.");
|
||||||
param_i(vid.framelimit, "frame limit", 999);
|
param_i(vid.framelimit, "frame limit", 999);
|
||||||
|
|
||||||
|
param_b(festive_option, "festive", 1)
|
||||||
|
-> editable("holiday options", 'h')
|
||||||
|
-> help("Special graphical effects on holidays.");
|
||||||
|
|
||||||
#if !ISMOBWEB
|
#if !ISMOBWEB
|
||||||
param_b(vid.want_vsync, "vsync", true)
|
param_b(vid.want_vsync, "vsync", true)
|
||||||
-> help("Disable if you want to see the actual framerate rendered by the engine.")
|
-> help("Disable if you want to see the actual framerate rendered by the engine.")
|
||||||
@ -2221,6 +2225,8 @@ EX void showSpecialEffects() {
|
|||||||
dialog::addBoolItem_action(XLAT("floating bubbles: all treasures"), vid.bubbles_all, 'a');
|
dialog::addBoolItem_action(XLAT("floating bubbles: all treasures"), vid.bubbles_all, 'a');
|
||||||
dialog::addBoolItem_action(XLAT("background particle effects"), (vid.backeffects), 'b');
|
dialog::addBoolItem_action(XLAT("background particle effects"), (vid.backeffects), 'b');
|
||||||
|
|
||||||
|
add_edit(festive_option);
|
||||||
|
|
||||||
dialog::addBreak(50);
|
dialog::addBreak(50);
|
||||||
dialog::addBack();
|
dialog::addBack();
|
||||||
dialog::display();
|
dialog::display();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user