From 8ca67556def16c96f427a44338eacccae1159ef7 Mon Sep 17 00:00:00 2001 From: libccy Date: Tue, 9 May 2017 14:52:36 +0800 Subject: [PATCH] 2 --- game/game.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/game/game.js b/game/game.js index 35af5d97a..6991982ee 100644 --- a/game/game.js +++ b/game/game.js @@ -1348,7 +1348,7 @@ }, hp_style:{ name:'体力条样式', - init:'default', + init:'ol', item:{ default:'默认', // official:'勾玉', @@ -2483,9 +2483,11 @@ } if(lib.config.border_style=='auto'){ map.autoborder_count.show(); + map.autoborder_start.show(); } else{ map.autoborder_count.hide(); + map.autoborder_start.hide(); } }, }