微调词典

微调两个小程序
整理代码
This commit is contained in:
MrZ626
2021-11-07 17:44:13 +08:00
parent c5a37a9920
commit 1fe436cbe3
13 changed files with 21 additions and 21 deletions

View File

@@ -783,8 +783,8 @@ return{
"《游戏的意义》",
"《知识的力量》",
"《主题曲进化史》",
"∫u dv=uv-∫v du",
"↑↑↓↓←→←→BA",
"∫u dv=uv-∫v du",
"$include<studio.h>",
"0next 0hold.",
"11renPC",
@@ -1068,7 +1068,7 @@ return{
"Staff名单里飘过的是赞助榜单喜欢本游戏的话可以给我们打赞助支持开发哦~",
"STSD必死",
"sudo rm -rf /*",
"Techmino = Technique + tetromino",
"Techmino = Technique + Tetromino",
"Techmino 好玩!",
"Techmino 濂界帺锛",
"Techmino 英['tɛkmɪnəʊ] 美/'tekmɪnoʊ/ n.铁壳米诺(游戏名)",
@@ -1076,7 +1076,7 @@ return{
"Techmino安卓下载",
"Techmino不是工业产品也不是练手程序是游戏作品(至少目前是,嗯……)",
"Techmino好玩",
"Techmino没有抽卡没有氪金没有逼肝,良不良心~",
"Techmino没有氪金没有逼肝良不良心~",
"Techmino生日不太清楚那就定在2019.6.26吧",
"Techmino也有节日主题了哦",
"Techmino有一个Nspire-CX版本",

View File

@@ -51,7 +51,7 @@ function scene.keyDown(key,isRep)
move.x=move.x-10
end
end
SFX.play('swipe')
SFX.play('hold')
state='drop'
elseif state=='dead'then
move.x,move.y,move.l=1e99,0,0

View File

@@ -138,7 +138,7 @@ function scene.update()
if bx<-120 or bx>1400 or by<-40 or by>760 then
P=bx>640 and p1 or p2
P.score=P.score+1
TEXT.show("+1",bx>1400 and 470 or 810,226,50,'score')
TEXT.show("+1",P==p1 and 470 or 810,226,50,'score')
SFX.play('reach')
state=0