0.8.22:Shader Update

This commit is contained in:
MrZ_26
2020-05-28 15:16:38 +08:00
parent 76fab86692
commit 08883b952f
107 changed files with 1220 additions and 1009 deletions

View File

@@ -139,21 +139,32 @@ local langList={
"全/半清:",
},
help={
"好像也没啥好帮助吧?就当是关于了",
"既然你能玩到这个游戏,应该也不需要什么帮助吧?",
"这只是一个普通的方块游戏,请勿称此游戏为某某某方块",
"从TO/C2/KOS/TGM3/JS等方块获得过灵感",
"",
"使用LOVE2D引擎",
"作者:MrZ 邮箱:1046101471@qq.com",
"程序:MrZ 美术:MrZ 音乐:MrZ 音效:MrZ 语音:MrZ/Miya",
"特别感谢:Flyz,Farter,196,Teatube,[所有内测人员]和 你!",
"",
"错误或者建议请附带截图发送到内测群或者作者邮箱~",
"仅通过唯一内测群822023725进行免费下载/更新",
"其他渠道获得游戏皆有被修改/植入病毒的风险,程序只申请了震动&联网权限!",
"仅通过内测群822023725进行免费下载/更新",
"其他渠道获得游戏皆有被修改/加广告/植入病毒的风险,程序只申请了震动&联网权限!",
"若由于被修改的本游戏产生的各种损失作者不负责(我怎么负责啊跟我有啥关系)",
"请从正规途径获得最新版,游戏现为免费,不过有打赏当然感谢啦~",
},
staff={
"作者:MrZ 邮箱:1046101471@qq.com",
"",
"使用LOVE2D引擎",
"",
"程序:MrZ, (FinnTenzor)",
"美术:MrZ, (Gnyar)",
"音乐:MrZ, (T0722)",
"音效:MrZ",
"语音:Miya, (MrZ)",
"",
"特别感谢:",
"Flyz, Farter, 蕴空之灵,",
"Teatube, [所有内测人员]",
},
used=[[
使用工具:
Beepbox
@@ -249,6 +260,7 @@ local langList={
atkFX="攻击特效等级",
frame="绘制帧率",
text="消行文本",
warn="死亡预警",
fullscreen="全屏",
bg="背景",
power="电量显示",
@@ -321,10 +333,14 @@ local langList={
back="返回",
},--langName added later
help={
his="历史",
staff="制作人员",
his="更新历史",
qq="作者QQ",
back="返回",
},
staff={
back="返回",
},
history={
prev="",
next="",
@@ -369,8 +385,8 @@ local langList={
{"隐形", "半隐", "不强大脑"},
{"隐形", "全隐", "挺强大脑"},
{"隐形", "瞬隐", "很强大脑"},
{"隐形", "瞬隐+", "强大脑"},
{"隐形", "啥都不剩隐","最强大脑"},
{"隐形", "瞬隐+", "强大脑"},
{"隐形", "", "你准备好了吗"},
{"高速经典", "CTWC", "高速经典"},
{"生存", "简单", "你能存活多久?"},
{"生存", "普通", "你能存活多久?"},
@@ -408,7 +424,7 @@ local langList={
{"无尽:挖掘", "", "挖呀挖呀挖"},
{"自定义", "普通", "画点什么然后把它消除!"},
{"自定义", "拼图", "画点什么然后把它拼出来吧!"},
{"竞速", "五联块", "不可能的任务"},
{"竞速", "五联块", "伤脑筋十八块"},
},
},
{
@@ -549,21 +565,31 @@ local langList={
"全/半清:",
},
help={
"好像也没啥好帮助吧?就当是关于了",
"既然你能玩到这个游戏,应该也不需要什么帮助吧?",
"这只是一个普通的方块游戏,请勿称此游戏为某某某方块",
"从TO/C2/KOS/TGM3/JS等方块获得过灵感",
"",
"使用LOVE2D引擎",
"作者:MrZ 邮箱:1046101471@qq.com",
"程序:MrZ 美术:MrZ 音乐:MrZ 音效:MrZ 语音:MrZ/Miya",
"特别感谢:Flyz,Farter,196,Teatube,[所有内测人员]和 你!",
"",
"错误或者建议请附带截图发送到内测群或者作者邮箱~",
"仅通过内测群822023725进行免费下载/更新",
"其他渠道获得游戏皆有被修改/植入病毒的风险,程序只申请了震动&联网权限!",
"其他渠道获得游戏皆有被修改/加广告/植入病毒的风险,程序只申请了震动&联网权限!",
"若由于被修改的本游戏产生的各种损失作者不负责(我怎么负责啊跟我有啥关系)",
"请从正规途径获得最新版,游戏现为免费,不过有打赏当然感谢啦~",
},
staff={
"作者:MrZ 邮箱:1046101471@qq.com",
"",
"使用LOVE2D引擎",
"",
"程序:MrZ, (FinnTenzor)",
"美术:MrZ, (Gnyar)",
"音乐:MrZ, (T0722)",
"音效:MrZ",
"语音:Miya, (MrZ)",
"",
"特别感谢:",
"Flyz, Farter, 蕴空之灵,",
"Teatube, [所有内测人员]",
},
used=[[
使用工具:
Beepbox
@@ -659,6 +685,7 @@ local langList={
atkFX="攻击特效等级",
frame="绘制帧率",
text="消行文本",
warn="死亡预警",
fullscreen="全屏",
bg="背景",
power="电量显示",
@@ -731,10 +758,14 @@ local langList={
back="返回",
},--langName added later
help={
his="历史",
staff="制作人员",
his="更新历史",
qq="作者QQ",
back="返回",
},
staff={
back="返回",
},
history={
prev="",
next="",
@@ -780,7 +811,7 @@ local langList={
{"隐形", "全隐", "挺强大脑"},
{"隐形", "瞬隐", "很强大脑"},
{"隐形", "瞬隐+", "超强大脑"},
{"隐形", "啥都不剩隐","最强大脑"},
{"隐形", "", "你准备好了吗"},
{"高速经典", "CTWC", "高速经典"},
{"生存", "简单", "你能存活多久?"},
{"生存", "普通", "你能存活多久?"},
@@ -818,7 +849,7 @@ local langList={
{"无尽:挖掘", "", "挖呀挖呀挖"},
{"自定义", "普通", "画点什么然后把它消除!"},
{"自定义", "拼图", "画点什么然后把它拼出来吧!"},
{"竞速", "五联块", "不可能的任务"},
{"竞速", "五联块", "伤脑筋十八块"},
},
},
{
@@ -956,21 +987,31 @@ local langList={
"PC/HPC:",
},
help={
"Doesn't this seem to be of \"any help\", right?",
"Now you can play this, you are probabaly do not need \"help\"?",
"This is just an ordinary block game, not a certain one.",
"It plays like TO/C2/KOS/TGM3 and others.",
"",
"Made with LOVE2D",
"Author: MrZ E-mail: 1046101471@qq.com",
"Program: MrZ Art: MrZ Music: MrZ SFX: MrZ Voice: MrZ/Miya",
"Special thanks to Flyz, Farter, 196, Teatube, [all testers] and you!",
"",
"bug reports/suggestions, sent to the author's testing group or email ~",
"This is a free download available only through discord.gg/f9pUvkh",
"The game downloaded from other sources may contain viruses,",
"and only vibration & networking permissions are needed for mobile versions!",
"The author is not responsible for any losses from modifying the game.",
},
staff={
"Author: MrZ E-mail: 1046101471@qq.com",
"",
"Powered by LOVE2D",
"",
"Program: MrZ, (FinnTenzor)",
"Art: MrZ, (Gnyar)",
"Music: MrZ, (T0722)",
"Sound: MrZ",
"Voice: Miya, (MrZ)",
"",
"Secial Thanks:",
"Flyz, Farter, 蕴空之灵,",
"Teatube, [All test staff]",
},
used="Tool used:\n\tBeepbox\n\tGFIE\n\tGoldwave\nLib used:\n\tCold_Clear[MinusKelvin]\n\tsimple-love-lights[dylhunn]",
support="Support author",
group="Official QQ Group(if not hacked):822023725",
@@ -1058,6 +1099,7 @@ local langList={
atkFX="ATK. FX level",
frame="Render Frame Rate",
text="Action Text",
warn="Death Alert",
fullscreen="Full Screen",
bg="Background",
power="Power Info.",
@@ -1130,10 +1172,14 @@ local langList={
back="Back",
},--langName added later
help={
staff="Staff",
his="History",
qq="Author's qq",
back="Back",
},
staff={
back="Back",
},
history={
prev="",
next="",
@@ -1179,7 +1225,7 @@ local langList={
{"Blind", "ALL", "For intermediate players."},
{"Blind", "SUDDEN", "For experienced players."},
{"Blind", "SUDDEN+", "For professionals."},
{"Blind", "NOTHING", "For masters."},
{"Blind", "", "R U Ready?"},
{"Classic", "CTWC", "High-speed classic mode."},
{"Survivor", "EASY", "How long can you survive?"},
{"Survivor", "NORMAL", "How long can you survive?"},
@@ -1217,7 +1263,7 @@ local langList={
{"Infinite: Dig", "", "Dig, dig, dig."},
{"Custom", "NORMAL", "Draw something then clear it!!"},
{"Custom", "PUZZLE", "Draw something then stack it!!"},
{"Sprint", "Pentomino", "???"},
{"Sprint", "Pentomino", "Puzzle-18"},
},
},
{
@@ -1355,21 +1401,31 @@ local langList={
"#<>#/<>:",
},
help={
"?↓↓↓?? ?",
"□□□□~~~, ?_?x ?",
"□!!~~~,□□□□X",
"□!!==*/*/*/*~",
"",
"Made with LOVE2D",
"Author: MrZ E-mail: 1046101471@qq.com",
"Program: MrZ Art: MrZ Music: MrZ SFX: MrZ Voice: MrZ/Miya",
"Special thanks to Flyz, Farter, 196, Teatube, [all testers] and you!",
"",
"bug reports/suggestions, sent to the author's testing group or email ~",
"This is a free download available only through discord.gg/f9pUvkh",
"The game downloaded from other sources may contain viruses,",
"and only vibration & networking permissions are needed for mobile versions!",
"The author is not responsible for any losses from modifying the game.",
},
staff={
"Author: MrZ E-mail: 1046101471@qq.com",
"",
"Powered by LOVE2D",
"",
"Program: MrZ, (FinnTenzor)",
"Art: MrZ, (Gnyar)",
"Music: MrZ, (T0722)",
"Sound: MrZ",
"Voice: Miya, (MrZ)",
"",
"Secial Thanks:",
"Flyz, Farter, 蕴空之灵,",
"Teatube, [All test staff]",
},
used="Tool used:\n\tBeepbox\n\tGFIE\n\tGoldwave\nLib used:\n\tCold_Clear[MinusKelvin]\n\tsimple-love-lights[dylhunn]",
support="Support author",
group="Official QQ Group(if not hacked):822023725",
@@ -1457,6 +1513,7 @@ local langList={
atkFX="→→~",
frame="|=|",
text="ABC",
warn="!↑↑↑!",
fullscreen="|←→|",
bg="__?__",
power="+.",
@@ -1529,10 +1586,14 @@ local langList={
back="X",
},--langName added later
help={
staff="Orz",
his="_&_",
qq="_@_",
back="X",
},
staff={
back="X",
},
history={
prev="",
next="",
@@ -1578,7 +1639,7 @@ local langList={
{"Blind", "ALL", "For intermediate players."},
{"Blind", "SUDDEN", "For experienced players."},
{"Blind", "SUDDEN+", "For professionals."},
{"Blind", "NOTHING", "For masters."},
{"Blind", "", "R U Ready?"},
{"Classic", "CTWC", "High-speed classic mode."},
{"Survivor", "EASY", "How long can you survive?"},
{"Survivor", "NORMAL", "How long can you survive?"},
@@ -1616,7 +1677,7 @@ local langList={
{"Infinite: Dig", "", "Dig, dig, dig."},
{"Custom", "NORMAL", "Draw something then clear it!!"},
{"Custom", "PUZZLE", "Draw something then stack it!!"},
{"Sprint", "Pentomino", "???"},
{"Sprint", "Pentomino", "Puzzle-18"},
},
},
}