From c80312afd0098a593e1d221994f1e5dee4141727 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 14 Jun 2013 14:03:28 +0200 Subject: [PATCH] Aggiornamenti a strategy. --- boom.project.gmx | 2 + objects/box.object.gmx | 165 ++++++++++++++++++++++++++++++++++++ objects/stack.object.gmx | 116 +++++++++++++++++++++++++ objects/strategy.object.gmx | 14 +++ objects/toboom.object.gmx | 2 +- rooms/boomer.room.gmx | 79 +++++++++-------- rooms/stacker.room.gmx | 12 +-- sprites/bigbox.sprite.gmx | 24 ++++++ sprites/images/bigbox_0.png | Bin 0 -> 177 bytes sprites/images/cblock_0.png | Bin 149 -> 159 bytes 10 files changed, 368 insertions(+), 46 deletions(-) create mode 100644 objects/box.object.gmx create mode 100644 sprites/bigbox.sprite.gmx create mode 100644 sprites/images/bigbox_0.png diff --git a/boom.project.gmx b/boom.project.gmx index 698420a..63a0c66 100644 --- a/boom.project.gmx +++ b/boom.project.gmx @@ -13,6 +13,7 @@ sprites\ytopr sprites\yslabr sprites\rtile + sprites\bigbox sprites\rbomb sprites\obomb sprites\lball @@ -49,6 +50,7 @@ objects\walltopr objects\wallsloper objects\toboom + objects\box objects\text objects\lift diff --git a/objects/box.object.gmx b/objects/box.object.gmx new file mode 100644 index 0000000..b7e3912 --- /dev/null +++ b/objects/box.object.gmx @@ -0,0 +1,165 @@ + + + bigbox + -1 + -1 + 0 + 0 + <undefined> + <undefined> + + + + 1 + 203 + 0 + 0 + 0 + -1 + 1 + action_kill_object + + self + 0 + 0 + + + + + 1 + 611 + 6 + -1 + 0 + -1 + 2 + + + self + -1 + 0 + + + 1 + stack.blocksp + + + 0 + -1 + + + + + 1 + 203 + 0 + 0 + 0 + -1 + 1 + action_kill_object + + self + 0 + 0 + + + + + 1 + 612 + 0 + 0 + -1 + -1 + 1 + action_if_variable + + self + 0 + 0 + + + 0 + debug_mode + + + 0 + true + + + 4 + 0 + + + + + 1 + 603 + 7 + 0 + 0 + -1 + 2 + + + self + 0 + 0 + + + 1 + draw_set_color(c_yellow); +physics_draw_debug(); + + + + + + 1 + 421 + 3 + 0 + 0 + 0 + 0 + + + self + 0 + 0 + + + 1 + 500 + 0 + 0 + 0 + 0 + 2 + + draw_self(); + self + 0 + 0 + + + + -1 + 0 + 1 + 0.5 + 0 + 1 + 0.100000001490116 + 0.100000001490116 + 3 + -1 + 0 + + 0,0 + 32,0 + 32,32 + 0,32 + + diff --git a/objects/stack.object.gmx b/objects/stack.object.gmx index 67f47c3..a0c147c 100644 --- a/objects/stack.object.gmx +++ b/objects/stack.object.gmx @@ -220,6 +220,122 @@ 0 + + + 1 + 605 + 0 + 0 + 0 + 0 + 0 + + + self + 0 + 0 + + + 1 + DISATTIVATO + + + + + 1 + 425 + 4 + 0 + 0 + 0 + 0 + + + self + 0 + 0 + + + 1 + 422 + 1 + 0 + 0 + 0 + 0 + + + self + 0 + 0 + + + 1 + 201 + 0 + -1 + 0 + -1 + 1 + action_create_object + + self + 0 + 0 + + + 10 + box + + + 0 + mouse_x + + + 0 + mouse_y + + + + + 1 + 611 + 6 + -1 + 0 + -1 + 2 + + + self + -1 + 0 + + + 1 + blocksp + + + 0 + +1 + + + + + 1 + 424 + 2 + 0 + 0 + 0 + 0 + + + self + 0 + 0 + + 1 diff --git a/objects/strategy.object.gmx b/objects/strategy.object.gmx index 5fa2baf..33ce45f 100644 --- a/objects/strategy.object.gmx +++ b/objects/strategy.object.gmx @@ -121,6 +121,20 @@ + + 1 + 223 + 0 + 0 + 0 + 0 + 1 + action_current_room + + self + 0 + 0 + 1 424 diff --git a/objects/toboom.object.gmx b/objects/toboom.object.gmx index cc29d6e..6af944e 100644 --- a/objects/toboom.object.gmx +++ b/objects/toboom.object.gmx @@ -153,7 +153,7 @@ physics_draw_debug(); 1 0.100000001490116 0.100000001490116 - 2 + 3 -1 0 diff --git a/rooms/boomer.room.gmx b/rooms/boomer.room.gmx index 90245e9..17783d7 100644 --- a/rooms/boomer.room.gmx +++ b/rooms/boomer.room.gmx @@ -50,47 +50,46 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -1 diff --git a/rooms/stacker.room.gmx b/rooms/stacker.room.gmx index ce483e4..93730aa 100644 --- a/rooms/stacker.room.gmx +++ b/rooms/stacker.room.gmx @@ -51,12 +51,14 @@ - - - - - + + + + + + + -1 diff --git a/sprites/bigbox.sprite.gmx b/sprites/bigbox.sprite.gmx new file mode 100644 index 0000000..58284ec --- /dev/null +++ b/sprites/bigbox.sprite.gmx @@ -0,0 +1,24 @@ + + + 16 + 16 + 1 + 0 + 0 + 0 + 0 + 31 + 0 + 31 + 0 + 0 + + 0 + + 0 + 32 + 32 + + images\bigbox_0.png + + diff --git a/sprites/images/bigbox_0.png b/sprites/images/bigbox_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7f45e1861bb269f6ecefaa83fe93db7f7df434a7 GIT binary patch literal 177 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJ3Qrfukcv5PuR3xaP~dU7D6{ta z{wa6cr>R{1pnkzstm)jI))ld7-7=Gz*F3w(`hz$2Xx&z_s$- zY~~YjtFq47H1OZB{m=Z2@q>2<%boFyt=akR{04*&>=Kufz literal 0 HcmV?d00001 diff --git a/sprites/images/cblock_0.png b/sprites/images/cblock_0.png index 2be8b4286725a5a0dd4e5de5b713b0b1b01b0526..b62e4dad3cb83d375cc2a1be0315e89fbdf5723f 100644 GIT binary patch delta 130 zcmV-|0Db?J0iOYoBztB_L_t(|oYj?43cw%?Lv#OA^=58jCo@`T$Al_8e^MTZK_Nh4 z3hqsbWEJQTgBR{>5W-j_FxNps$Dmi(^87+s*Wn9O56xjw@(M#o&VS3>YV(8el*i!_ k5d+T(0qUMm=vV7+hyVZp07*qoM6N<$f(NBH;s5{u delta 120 zcmV-;0Ehpd0hIxeByn6xL_t(|oYj<33IGrgMCbmeax)Y^rp3?->iMzr3JU@dnTR|I zSXop7BMCXz2+O{Df@Z$}0000