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:
@@ -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 (%)"), "");
|
||||
|
Reference in New Issue
Block a user