- Seguim en les portes

This commit is contained in:
2023-06-02 14:40:15 +02:00
parent b77b6e433d
commit ac824e9588
2 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(2,2);
room::load(2,0);
box = actor::create({16,16,0}, {8,8,4}, {64,0,32,24}, {0,24});
box->flags = FLAG_MOVING;