Add crecellehack, extract some repeated menucolors patterns

This commit is contained in:
2025-10-12 18:29:32 -05:00
parent c8305f60fc
commit 079ab65b68
10 changed files with 1095 additions and 20 deletions
+20
View File
@@ -0,0 +1,20 @@
{% extends "main.rc" %}
{% block symbols %}
{% include "unicode_symbols.rc" +%}
{% include "color_glyphs.rc" %}
{% endblock symbols %}
{% block options %}
OPTIONS=orientation:gay
OPTIONS=!tutorial,!safe_wait,!tips
OPTIONS=timed_delay
OPTIONS=showdamage
OPTIONS=cond_held,cond_ice,cond_lava,cond_woundedlegs,cond_slip
OPTIONS=paranoid_confirmation:pray Remove A trap swim
{% endblock options %}
{% block bindings %}
BIND=O:optionsfull
{% endblock bindings %}