added missing editor graphics for some BD style game elements
authorHolger Schemel <holger.schemel@virtion.de>
Fri, 22 Nov 2024 19:46:35 +0000 (20:46 +0100)
committerHolger Schemel <holger.schemel@virtion.de>
Fri, 22 Nov 2024 10:48:19 +0000 (11:48 +0100)
- falling grass ball
- falling loose grass
- explodable steel wall

graphics/gfx_classic/RocksBD2.png
src/conf_gfx.c

index 733c5ff4b0873e5bb771005b614276a1a1164176..4b3293a9596dcc9cfca889451ad2906f40a62e9d 100644 (file)
Binary files a/graphics/gfx_classic/RocksBD2.png and b/graphics/gfx_classic/RocksBD2.png differ
index 0fe8e04bdf3f31ffeefc9b522581c454592979ec..c83a70e726e52909d532d1c4e403c006feb38187 100644 (file)
@@ -588,11 +588,17 @@ struct ConfigInfo image_config[] =
   { "bdx_grass_ball.xpos",                             "9"                             },
   { "bdx_grass_ball.ypos",                             "4"                             },
   { "bdx_grass_ball.frames",                           "1"                             },
+  { "bdx_grass_ball.falling.EDITOR",                   "RocksBD2.png"                  },
+  { "bdx_grass_ball.falling.EDITOR.xpos",              "1"                             },
+  { "bdx_grass_ball.falling.EDITOR.ypos",              "5"                             },
 
   { "bdx_grass_loose",                                 "RocksBD.png"                   },
   { "bdx_grass_loose.xpos",                            "10"                            },
   { "bdx_grass_loose.ypos",                            "4"                             },
   { "bdx_grass_loose.frames",                          "1"                             },
+  { "bdx_grass_loose.falling.EDITOR",                  "RocksBD2.png"                  },
+  { "bdx_grass_loose.falling.EDITOR.xpos",             "2"                             },
+  { "bdx_grass_loose.falling.EDITOR.ypos",             "5"                             },
 
   { "bdx_sand_sloped_up_left",                         "RocksBD.png"                   },
   { "bdx_sand_sloped_up_left.xpos",                    "8"                             },
@@ -700,6 +706,9 @@ struct ConfigInfo image_config[] =
 
   { "bdx_steelwall_explodable",                                UNDEFINED_FILENAME              },
   { "bdx_steelwall_explodable.clone_from",             "bdx_steelwall"                 },
+  { "bdx_steelwall_explodable.EDITOR",                 "RocksBD2.png"                  },
+  { "bdx_steelwall_explodable.EDITOR.xpos",            "0"                             },
+  { "bdx_steelwall_explodable.EDITOR.ypos",            "5"                             },
 
   { "bdx_steelwall_diggable",                          UNDEFINED_FILENAME              },
   { "bdx_steelwall_diggable.clone_from",               "bdx_steelwall"                 },