完全取消加载动画
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
local C=COLOR
|
||||
return{
|
||||
loadText={
|
||||
loadSFX="Loading SFX resources",
|
||||
loadBGM="Loading BGM resources",
|
||||
loadImage="Loading image resources",
|
||||
loadSkin="Loading skin resources",
|
||||
loadVoice="Loading voice resources",
|
||||
loadFont="Loading font resources",
|
||||
loadModeIcon="Loading mode icons",
|
||||
loadMode="Loading modes",
|
||||
loadOther="Loading other things",
|
||||
finish="Loading finished",
|
||||
},
|
||||
anykey="Press a key!",
|
||||
sureQuit="Press again to exit",
|
||||
newDay="A new day, a new beginning!",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
local C=COLOR
|
||||
return{
|
||||
loadText={
|
||||
loadSFX="加载音效资源",
|
||||
loadBGM="加载音乐资源",
|
||||
loadImage="加载图片资源",
|
||||
loadSkin="加载皮肤资源",
|
||||
loadVoice="加载语音资源",
|
||||
loadFont="缓存字体资源",
|
||||
loadModeIcon="加载模式图标",
|
||||
loadMode="加载模式",
|
||||
loadOther="加载杂项",
|
||||
finish="加载完成",
|
||||
},
|
||||
anykey="按任意键继续",
|
||||
sureQuit="再按一次退出",
|
||||
newDay="新的一天,新的开始~",
|
||||
|
||||
Reference in New Issue
Block a user