From: Holger Schemel Date: Thu, 2 Jun 2016 05:36:44 +0000 (+0200) Subject: changed tape control graphic positions to prepare for new tape logic X-Git-Tag: 4.0.0.0-rc3~31 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=0d94a23b362fe86e235879506500512a1a6d1486 changed tape control graphic positions to prepare for new tape logic --- diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 20485e51..7fe204c9 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -7539,8 +7539,8 @@ struct ConfigInfo image_config[] = { "tape.symbol.warp_forward.y", "42" }, { "tape.symbol.warp_forward_blind.x", "39" }, { "tape.symbol.warp_forward_blind.y", "42" }, - { "tape.symbol.pause_before_end.x", "39" }, - { "tape.symbol.pause_before_end.y", "42" }, + { "tape.symbol.pause_before_end.x", "-1" }, + { "tape.symbol.pause_before_end.y", "-1" }, { "tape.symbol.single_step.x", "-1" }, { "tape.symbol.single_step.y", "-1" }, @@ -7556,8 +7556,8 @@ struct ConfigInfo image_config[] = { "tape.label.play.y", "41" }, { "tape.label.fast_forward.x", "5" }, { "tape.label.fast_forward.y", "42" }, - { "tape.label.warp_forward.x", "-1" }, - { "tape.label.warp_forward.y", "-1" }, + { "tape.label.warp_forward.x", "5" }, + { "tape.label.warp_forward.y", "42" }, { "tape.label.warp_forward_blind.x", "5" }, { "tape.label.warp_forward_blind.y", "42" }, { "tape.label.pause_before_end.x", "5" },