- [FIX] Retocades les coordenades d'entrada de l'heroi
- [NEW] Amb CTRL+cursors es pot moure de 8 en 8 en l'editor - [DEL] Ja no es pot canviar d'actor amb ctrl+cursors en l'editor - [NEW] Ja estic fent les habitacions definitives. Ahi si que no vull spoilechar
This commit is contained in:
@@ -1353,7 +1353,7 @@ namespace actor
|
||||
|
||||
void init(const bool complete)
|
||||
{
|
||||
actor::actor_t *hero = actor::create("HERO", {16,32,8}, {6,6,12}, "test.gif", {0,32,20,32}, {-6,38});
|
||||
actor::actor_t *hero = actor::create("HERO", {16,32,0}, {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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user