Merge forge
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user