- El bot i que el arrastre vaja com toca
This commit is contained in:
@@ -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});
|
||||
|
||||
Reference in New Issue
Block a user