From 0d94a23b362fe86e235879506500512a1a6d1486 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Thu, 2 Jun 2016 07:36:44 +0200 Subject: [PATCH] changed tape control graphic positions to prepare for new tape logic --- src/conf_gfx.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" }, -- 2.34.1