From 86d04020a8c97c4b24f79bf86000f602537a25c6 Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Thu, 21 Nov 2024 04:23:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AElang=5Fin=E4=B8=80=E4=B8=AA=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F=E4=B8=8D=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/scene/lang_in.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scene/lang_in.lua b/assets/scene/lang_in.lua index ff820b4b..cc1a7517 100644 --- a/assets/scene/lang_in.lua +++ b/assets/scene/lang_in.lua @@ -89,7 +89,7 @@ scene.widgetList={ {type='button',pos={0,.5},x=210,y=-360,w=200,h=80,lineWidth=4,cornerR=0,sound_trigger='button_back',fontSize=60,text=CHAR.icon.back,code=WIDGET.c_backScn('none')}, {type='button', x=350,y=310,w=390,h=100,lineWidth=4,cornerR=0,fontSize=40, text=langList.en, color='R', sound_trigger='check_on',code=function() _setLang('en') end}, - {type='button_fill', x=350,y=460,w=390,h=100,lineWidth=4,cornerR=0,fontSize=40, text=langList.eo, color='F', sound_trigger='check_on',code=function() _setLang('eo') end}, + {type='button', x=350,y=460,w=390,h=100,lineWidth=4,cornerR=0,fontSize=40, text=langList.eo, color='F', sound_trigger='check_on',code=function() _setLang('eo') end}, {type='button_fill', x=350,y=610,w=390,h=100,lineWidth=4,cornerR=0,fontSize=35, text='', color='K'}, {type='button_fill', x=350,y=760,w=390,h=100,lineWidth=4,cornerR=0,fontSize=35, text='', color='G'},