paint: select tool

This commit is contained in:
luboslenco
2026-06-05 00:41:18 +02:00
parent 0cf5ec0635
commit 421411a9f3
7 changed files with 90 additions and 5 deletions
+4 -2
View File
@@ -313,8 +313,9 @@ void _kickstart() {
_tr("Picker"),
_tr("Material"),
_tr("Cursor"),
_tr("Select"),
},
12);
13);
gc_root(ui_toolbar_tool_names);
ui_toolbar_tooltip_extras = any_array_create_from_raw(
@@ -331,8 +332,9 @@ void _kickstart() {
"",
"",
"",
"",
},
12);
13);
gc_root(ui_toolbar_tooltip_extras);
uniforms_ext_ortho_p = mat4_ortho(-0.5, 0.5, -0.5, 0.5, -0.5, 0.5);