diff options
Diffstat (limited to 'hacks/config/romanboy.xml')
-rw-r--r-- | hacks/config/romanboy.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hacks/config/romanboy.xml b/hacks/config/romanboy.xml index b2f6cb4..941317c 100644 --- a/hacks/config/romanboy.xml +++ b/hacks/config/romanboy.xml @@ -55,11 +55,15 @@ <select id="colors"> <option id="random" _label="Random coloration"/> + <option id="twosided" _label="One-sided" arg-set="-colors one-sided"/> <option id="twosided" _label="Two-sided" arg-set="-colors two-sided"/> <option id="rainbow" _label="Distance colors" arg-set="-colors distance"/> <option id="rainbow" _label="Direction colors" arg-set="-colors direction"/> </select> + <boolean id="change-colors" _label="Change colors" + arg-set="-change-colors"/> + <select id="projection"> <option id="random" _label="Random Projection"/> <option id="perspective" _label="Perspective" arg-set="-projection perspective"/> |