Files
armorpaint/paint/sources/base_ext.ts
T

21 lines
303 B
TypeScript
Raw Normal View History

2024-11-08 18:55:39 +01:00
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;
2024-12-02 18:23:51 +01:00
base_init_undo_layers();
2024-11-08 18:55:39 +01:00
}
2024-12-02 18:23:51 +01:00
}
function base_ext_init_config(raw: config_t) {
2024-11-29 12:57:27 +01:00
2024-11-08 18:55:39 +01:00
}
2024-12-03 22:19:34 +01:00
function base_ext_update() {
}