added button to play tape to score info page (not used yet)
[rocksndiamonds.git] / src / conf_gfx.c
index 3db31650269c7111931c90375f696569703d4091..a3f5cbea5801089b0cd4c56542e98f445b2206b8 100644 (file)
@@ -6155,6 +6155,9 @@ struct ConfigInfo image_config[] =
   { "menu.button_prev_score.active",           UNDEFINED_FILENAME      },
   { "menu.button_prev_score.active.clone_from",        "menu.button_up.active" },
 
+  { "menu.button_play_tape",                   UNDEFINED_FILENAME      },
+  { "menu.button_play_tape.clone_from",                "gfx.tape.button.play"  },
+
   { "menu.button_name",                                UNDEFINED_FILENAME      },
   { "menu.button_name.clone_from",             "menu.button"           },
   { "menu.button_name.active",                 UNDEFINED_FILENAME      },
@@ -8366,6 +8369,9 @@ struct ConfigInfo image_config[] =
   { "scores.button.next_score.x",              "-1"                    },
   { "scores.button.next_score.y",              "-1"                    },
 
+  { "scores.button.play_tape.x",               "-1"                    },
+  { "scores.button.play_tape.y",               "-1"                    },
+
   { "preview.x",                               "272"                   },
   { "preview.y",                               "380"                   },
   { "preview.align",                           "center"                },