- Treballant en el prólogo

This commit is contained in:
2024-10-07 20:07:03 +02:00
parent 304f636a95
commit 77cdf90c99
30 changed files with 3942 additions and 7 deletions

View File

@@ -22,8 +22,9 @@ namespace modules
vec2_t floating_position = {3,3};
void init()
void init(const bool prologo)
{
if (prologo) actor::hero::setPrologo();
actor::clear(true);
::game::setUpdateTicks(64);
actor::templates::load();
@@ -48,7 +49,7 @@ namespace modules
}
actor::hero::init();
room::load(0);
room::load(actor::hero::isPrologo()?64:0);
}
void print(int x, int y, int num)