- Ja carrega habitació i actors de arxiu
- Els templates deurien funcionar quan s'active la funcionalitat
This commit is contained in:
@@ -73,6 +73,7 @@ void game::init()
|
||||
|
||||
restart();
|
||||
|
||||
/*
|
||||
actor::actor_t *box = actor::create("BOX", {32,32,16}, {8,8,8}, "test.gif", {32,0,32,32}, {0,32});
|
||||
box->flags = FLAG_PUSHABLE | FLAG_GRAVITY;
|
||||
box->movement = MOV_CW;
|
||||
@@ -84,7 +85,7 @@ void game::init()
|
||||
box->movement = MOV_CW;
|
||||
box->mov_push = PUSH_XN;
|
||||
actor::setDirty(box, true);
|
||||
|
||||
*/
|
||||
actor::select(actor::find("BOX"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user