1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-10 14:26:01 +00:00

ccolor:: live_canvas feature

This commit is contained in:
Zeno Rogue
2024-05-27 13:37:18 +02:00
parent 4f761c70cb
commit bfacda7207
3 changed files with 12 additions and 13 deletions

View File

@@ -1565,6 +1565,7 @@ EX namespace ccolor {
EX int jhole = 0;
EX int jblock = 0;
EX int rwalls = 50;
EX bool live_canvas;
EX void edit_rwalls() {
dialog::editNumber(rwalls, 0, 100, 10, 50, XLAT("probability of a wall (%)"), "");