This commit is contained in:
SandPoot
2023-01-28 01:10:49 -03:00
parent e292452aae
commit c60f36a42b
17 changed files with 545 additions and 301 deletions
@@ -0,0 +1,7 @@
// signals for painting canvases, tools and the /datum/component/palette component
///from base of /item/proc/set_painting_tool_color(): (chosen_color)
#define COMSIG_PAINTING_TOOL_SET_COLOR "painting_tool_set_color"
/// from base of /item/canvas/ui_data(): (data)
#define COMSIG_PAINTING_TOOL_GET_ADDITIONAL_DATA "painting_tool_get_data"