1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-12 03:33:00 +00:00

reorganized pconf/rconf config

This commit is contained in:
Zeno Rogue
2021-02-01 12:03:55 +01:00
parent b921a5a81b
commit 184fb2bf9e
2 changed files with 50 additions and 57 deletions

View File

@@ -597,6 +597,8 @@ EX void initConfig() {
param_enum(vid.graphglyph, "graphglyph", "graphical items/kills", 1)
-> editable({{"letters", ""}, {"auto", ""}, {"images", ""}}, "inventory/kill mode", 'd');
param_f(vid.binary_width, "bwidth", "binary-tiling-width", 1);
addsaver(vid.particles, "extra effects", 1);
param_i(vid.framelimit, "frame limit", 75);
addsaver(vid.xres, "xres");