feat: enhance star brush with sparkle effect and update UI label
mandatory-regression-gate / deterministic-tests (push) Waiting to run
mandatory-regression-gate / protected-performance-path (push) Waiting to run

This commit is contained in:
Your Name
2026-07-25 22:56:14 +03:00
parent 19a7e51813
commit cea60143b1
2 changed files with 82 additions and 27 deletions
@@ -1718,7 +1718,7 @@ pub fn show_brushes_ui(app: &mut HcieApp, ui: &mut egui::Ui) {
(hcie_engine_api::tools::BrushStyle::Marker, "Marker"),
(hcie_engine_api::tools::BrushStyle::Sketch, "Sketch"),
(hcie_engine_api::tools::BrushStyle::Hatch, "Hatch"),
(hcie_engine_api::tools::BrushStyle::Star, "Stipple Dots"),
(hcie_engine_api::tools::BrushStyle::Star, "Star Sparkle"),
(hcie_engine_api::tools::BrushStyle::Glow, "Glow"),
(hcie_engine_api::tools::BrushStyle::Airbrush, "Airbrush"),
(hcie_engine_api::tools::BrushStyle::Pencil, "Pencil"),