This commit is contained in:
luboslenco
2025-08-07 14:58:38 +02:00
parent 5ba6ad03f1
commit 3dbdf2b3ed
199 changed files with 35 additions and 35 deletions
+20
View File
@@ -0,0 +1,20 @@
function base_ext_init() {
}
function base_ext_render() {
if (context_raw.frame == 2) {
util_render_make_material_preview();
ui_base_hwnds[tab_area_t.SIDEBAR1].redraws = 2;
base_init_undo_layers();
}
}
function base_ext_init_config(raw: config_t) {
}
function base_ext_update() {
}