- Codi reestructurat per a poder ficar els menus

This commit is contained in:
2024-07-04 22:44:43 +02:00
parent f87a24c0a5
commit c48ba26b64
6 changed files with 712 additions and 703 deletions

View File

@@ -1255,6 +1255,10 @@ namespace actor
void init()
{
actor::actor_t *hero = actor::create("HERO", {16,32,8}, {8,8,12}, "test.gif", {0,32,20,32}, {-6,38});
hero->flags = FLAG_HERO | FLAG_PUSHABLE | FLAG_GRAVITY | FLAG_ORIENTABLE | FLAG_ANIMATED;
actor::setDirty(hero, true);
boost_jumps = boost_steps = boost_god = 0;
lives = 8;
skills = SKILL_NONE;