- El bot i que el arrastre vaja com toca

This commit is contained in:
2023-03-07 19:50:45 +01:00
parent f21e77b7fa
commit 43228c3809
2 changed files with 53 additions and 9 deletions

View File

@@ -17,8 +17,8 @@ void game::init()
box = actor::create({16,16,0}, {8,8,4}, {64,0,32,24}, {0,24});
box->flags = FLAG_MOVING;// | FLAG_PUSHABLE;
box->movement = MOV_X;
box->mov_push = PUSH_XP;
box->movement = MOV_Z;
box->mov_push = PUSH_ZP;
actor::setDirty(box, true);
box = actor::create({32,32,16}, {8,8,8}, {32,0,32,32}, {0,32});