From 90f0bb4c94707e382b7cecc4bae9e4ff88e95657 Mon Sep 17 00:00:00 2001 From: crabman77 Date: Fri, 26 Jun 2015 23:03:42 +0200 Subject: [PATCH] fix label position --- functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.lua b/functions.lua index 9e3b6e3..6e59560 100755 --- a/functions.lua +++ b/functions.lua @@ -160,7 +160,7 @@ fishing_setting.func.on_show_settings = function(player_name) "button[8.7,1;1,1;cworm;+10]".. "button[9.7,1;1,1;cworm;+1]".. --Chance escape - "label[7.2,2;Chance escape]".. + "label[7.3,2;Chance escape]".. "button[7,2.5;1,1;cescape;-1]".. "label[8.1,2.7;"..tostring(fishing_setting.tmp_setting["escape_chance"]).."]".. "button[8.7,2.5;1,1;cescape;+1]"..