added BD graphics definitions for chasing rock
authorHolger Schemel <info@artsoft.org>
Sun, 30 Jun 2024 13:11:01 +0000 (15:11 +0200)
committerHolger Schemel <info@artsoft.org>
Sun, 30 Jun 2024 13:11:01 +0000 (15:11 +0200)
src/conf_gfx.c

index 5d28a11bdc4292b6e344de843746dae10558c0a0..0ead706d99e0b0fbc6c5c5651b480e4c46ffece0 100644 (file)
@@ -1096,8 +1096,10 @@ struct ConfigInfo image_config[] =
   { "bdx_waiting_rock.EDITOR.xpos",                    "4"                             },
   { "bdx_waiting_rock.EDITOR.ypos",                    "2"                             },
 
-  { "bdx_chasing_rock",                                        UNDEFINED_FILENAME              },
-  { "bdx_chasing_rock.clone_from",                     "bdx_rock"                      },
+  { "bdx_chasing_rock",                                        "RocksBD.png"                   },
+  { "bdx_chasing_rock.xpos",                           "0"                             },
+  { "bdx_chasing_rock.ypos",                           "4"                             },
+  { "bdx_chasing_rock.frames",                         "1"                             },
 
   { "bdx_ghost",                                       "RocksBD.png"                   },
   { "bdx_ghost.xpos",                                  "0"                             },