Merge forge

This commit is contained in:
luboslenco
2025-08-07 19:43:11 +02:00
parent d1839c7027
commit 3a4aff203f
68 changed files with 266 additions and 1019 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
function context_ext_init(c: context_t) {
c.tool = workspace_tool_t.BRUSH;
c.color_picker_previous_tool = workspace_tool_t.BRUSH;
c.tool = tool_type_t.BRUSH;
c.color_picker_previous_tool = tool_type_t.BRUSH;
c.brush_radius = 0.5;
c.brush_radius_handle.value = 0.5;
c.brush_hardness = 0.8;