added new graphics for BD engine amoeba elements
authorHolger Schemel <info@artsoft.org>
Sun, 5 May 2024 23:25:13 +0000 (01:25 +0200)
committerHolger Schemel <info@artsoft.org>
Sun, 5 May 2024 23:25:13 +0000 (01:25 +0200)
graphics/gfx_classic/RocksBD.png
src/conf_gfx.c

index bb0b1bb8433209f2a3182cca5b3f3e1e49edc720..639080c5d183a3b44ae310da8efa0bfa39eacea4 100644 (file)
Binary files a/graphics/gfx_classic/RocksBD.png and b/graphics/gfx_classic/RocksBD.png differ
index fa517c7e49adb71be1f951ed9e0a60ea4ea0fa99..7262ac97ca94a3cdcd916cbb925593b6eacb42ce 100644 (file)
@@ -442,11 +442,19 @@ struct ConfigInfo image_config[] =
   { "bdx_magic_wall.active",                           UNDEFINED_FILENAME              },
   { "bdx_magic_wall.active.clone_from",                        "bd_magic_wall.active"          },
 
-  { "bdx_amoeba_1",                                    UNDEFINED_FILENAME              },
-  { "bdx_amoeba_1.clone_from",                         "bd_amoeba"                     },
-
-  { "bdx_amoeba_2",                                    UNDEFINED_FILENAME              },
-  { "bdx_amoeba_2.clone_from",                         "bd_amoeba"                     },
+  { "bdx_amoeba_1",                                    "RocksBD.png"                   },
+  { "bdx_amoeba_1.xpos",                               "4"                             },
+  { "bdx_amoeba_1.ypos",                               "11"                            },
+  { "bdx_amoeba_1.frames",                             "4"                             },
+  { "bdx_amoeba_1.delay",                              "4"                             },
+  { "bdx_amoeba_1.anim_mode",                          "pingpong2"                     },
+
+  { "bdx_amoeba_2",                                    "RocksBD.png"                   },
+  { "bdx_amoeba_2.xpos",                               "8"                             },
+  { "bdx_amoeba_2.ypos",                               "11"                            },
+  { "bdx_amoeba_2.frames",                             "4"                             },
+  { "bdx_amoeba_2.delay",                              "4"                             },
+  { "bdx_amoeba_2.anim_mode",                          "pingpong2"                     },
 
   { "bdx_butterfly_1",                                 UNDEFINED_FILENAME              },
   { "bdx_butterfly_1.clone_from",                      "bd_butterfly"                  },
@@ -849,8 +857,8 @@ struct ConfigInfo image_config[] =
   { "bdx_nut.falling.EDITOR.ypos",                     "2"                             },
 
   { "bdx_bladder",                                     "RocksBD.png"                   },
-  { "bdx_bladder.xpos",                                        "4"                             },
-  { "bdx_bladder.ypos",                                        "11"                            },
+  { "bdx_bladder.xpos",                                        "8"                             },
+  { "bdx_bladder.ypos",                                        "12"                            },
   { "bdx_bladder.frames",                              "4"                             },
   { "bdx_bladder.delay",                               "4"                             },
   { "bdx_bladder.anim_mode",                           "pingpong2"                     },