From 8cc9ed22b643b0ef7829d9fe3d2ffe92a98c40ff Mon Sep 17 00:00:00 2001 From: libccy Date: Sat, 25 Mar 2017 19:20:38 +0800 Subject: [PATCH] m --- game/game.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/game/game.js b/game/game.js index 3c11bca68..aec7ac01c 100644 --- a/game/game.js +++ b/game/game.js @@ -31099,10 +31099,9 @@ var span6_br=ui.create.node('br'); li2.lastChild.appendChild(span6_br); - var span5=ui.create.div('','图片素材'); + var span5=ui.create.div('','图片素材(精简)'); span5.style.fontSize='small'; span5.style.lineHeight='16px'; - li2.lastChild.appendChild(span5); var span5_check=document.createElement('input'); span5_check.type='checkbox'; span5_check.style.marginLeft='5px'; @@ -31112,9 +31111,7 @@ span5_check.onchange=function(){ game.saveConfig('asset_image',this.checked); } - li2.lastChild.appendChild(span5_check); var span2_br=ui.create.node('br'); - li2.lastChild.appendChild(span2_br); var span4=ui.create.div('','字体素材'); span4.style.fontSize='small'; @@ -31167,6 +31164,11 @@ var span5_br=ui.create.node('br'); li2.lastChild.appendChild(span5_br); + + li2.lastChild.appendChild(span5); + li2.lastChild.appendChild(span5_check); + li2.lastChild.appendChild(span2_br); + var span6=ui.create.div('','图片素材(完整)'); span6.style.fontSize='small'; span6.style.lineHeight='16px';