- 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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user