better color editor

This commit is contained in:
2026-06-20 16:21:04 -05:00
parent 6816b1549f
commit cbefdab4ce
5 changed files with 366 additions and 167 deletions
+2
View File
@@ -4,6 +4,8 @@ mod board;
mod builtin_scripts;
/// CP437 tile-index → character mapping ([`cp437::tile_to_char`]) for the default font.
pub mod cp437;
/// The 16 EGA/VGA named colors ([`colors::NAMED_COLORS`]), shared by scripts and the editor.
pub mod colors;
/// Procedural floor generators ([`floor::FloorGenerator`]).
pub mod floor;
/// Core game types: [`board::Board`], [`glyph::Glyph`], [`archetype::Archetype`], etc.