- Ja pinta be les portes i les traspasa

This commit is contained in:
2023-06-02 13:17:09 +02:00
parent 234f6dc287
commit 5e48df06b2
3 changed files with 8 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ void game::init()
draw::loadPalette("test.gif");
game::setUpdateTicks(64);
room::load(1,3);
room::load(2,2);
box = actor::create({16,16,0}, {8,8,4}, {64,0,32,24}, {0,24});
box->flags = FLAG_MOVING;