From d55653d9167fcbda0b04580a4367b716a2c6cc65 Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 15 Nov 2022 22:46:08 +0100 Subject: [PATCH] Notes. --- modules/paint/ui/sidebar_modules/paint_color_grid.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/paint/ui/sidebar_modules/paint_color_grid.h b/modules/paint/ui/sidebar_modules/paint_color_grid.h index 45ffa059b..9eef94d21 100644 --- a/modules/paint/ui/sidebar_modules/paint_color_grid.h +++ b/modules/paint/ui/sidebar_modules/paint_color_grid.h @@ -33,6 +33,11 @@ class PaintColorGrid : public PaintSidebarModule { GDCLASS(PaintColorGrid, PaintSidebarModule); public: + // TODO this should store settings in PaintProjects + // TODO the default settigns could be stored in the editor settings, so project specific pallettes can be done + // TODO It should get the project node for a given PaintNode + // NOTE The current color should be stored in PaintNodes + void change_color_to(const Color &color); void add_color_prefab(const Color &color);