added a colorblind mode accessability feature

This commit is contained in:
grimsace
2026-03-06 11:16:17 -06:00
parent ad47b2915f
commit e88806412e
3 changed files with 343 additions and 18 deletions
+9
View File
@@ -23,6 +23,15 @@ A Rust desktop app for generating simple tabletop dungeon layouts.
- `Room/Hallway Door Chance (%)`
- `Locked Door Chance (%)`
- `Allow Middle Corridor Doors` toggle
- Accessibility:
- `Colorblind Mode` toggle (right panel)
- Pattern/style encoding:
- Rooms: crosshatch
- Corridors: dotted fill
- Walls: solid lines
- Doors: long dashes
- Locked doors: short dashes
- Archways: dotted lines
- Generate control:
- Master seed input (`u64`)
- `Random` seed button