- [FIX] Reduït el bounding box de l'heroi

This commit is contained in:
2024-07-24 19:58:59 +02:00
parent a459ff8a85
commit 7263242bd6
2 changed files with 99 additions and 98 deletions

View File

@@ -1345,7 +1345,7 @@ namespace actor
void init(const bool complete)
{
actor::actor_t *hero = actor::create("HERO", {16,32,8}, {8,8,12}, "test.gif", {0,32,20,32}, {-6,38});
actor::actor_t *hero = actor::create("HERO", {16,32,8}, {6,6,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);