This commit is contained in:
Relintai 2022-11-15 22:46:08 +01:00
parent 73e7d7f8ce
commit d55653d916

View File

@ -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);