- Organització dels templates en categories

- Al afegir un actor com a template, "neteja" el nom de numerets
- El numeros del final de nom ara tenen el format "-XX"
This commit is contained in:
2024-09-19 11:41:00 +02:00
parent 39b304c265
commit ecd4f7d6b4
4 changed files with 507 additions and 382 deletions

View File

@@ -435,6 +435,7 @@ namespace modules
draw::color(WHITE);
draw::fillrect(0, 0, 100, 240);
/*
int result = ui::combo(actor::templates::get(editor::getCurrentTemplate())->name, 2, 2, 76, 11);
if (result)
{
@@ -451,7 +452,7 @@ namespace modules
actor::select(new_act);
room::editor::modify();
}
*/
draw::color(LIGHT+WHITE);
draw::fillrect(2, 15, 96, 223);
draw::color(PAPER);