Compare commits

...

3 Commits

Author SHA1 Message Date
MrZ626
1cfcf03ede 修改连接的服务器地址
修改更新历史和build号
2021-08-20 01:40:22 +08:00
MrZ626
a81d2e9ccc 修复tas的时候重开游戏会有问题 2021-08-20 01:34:04 +08:00
MrZ626
d7cf2c19ab 降低堆积模式CD评级/上榜的难度 2021-08-20 00:00:20 +08:00
7 changed files with 15 additions and 12 deletions

View File

@@ -1,8 +1,7 @@
local host=
-- '127.0.0.1'
-- '192.168.114.102'
'krakens.tpddns.cn'
-- 'game.techmino.org'
'game.techmino.org'
local port='10026'
local path='/tech/socket/v1'

View File

@@ -29,8 +29,8 @@ return{
H==0 and 5 or
H<=1 and 4 or
H<=2 and 3 or
H<=4 and 2 or
H<=7 and 1 or
H<=10 and 0
H<=5 and 2 or
H<=10 and 1 or
H<=26 and 0
end,
}

View File

@@ -29,8 +29,8 @@ return{
H==0 and 5 or
H<=2 and 4 or
H<=4 and 3 or
H<=7 and 2 or
H<=10 and 1 or
H<=20 and 0
H<=10 and 2 or
H<=26 and 1 or
H<=62 and 0
end,
}

View File

@@ -29,8 +29,8 @@ return{
H<=2 and 5 or
H<=5 and 4 or
H<=10 and 3 or
H<=15 and 2 or
H<=20 and 1 or
H<=26 and 0
H<=26 and 2 or
H<=62 and 1 or
H<=126 and 0
end,
}

View File

@@ -107,6 +107,9 @@ local function restart()
resetGameData(PLAYERS[1].frameRun<240 and'q')
noKey=replaying
noTouch=replaying
tasMode=false
floatGameRate,gameRate=0,1
updateRepButtons()
end
local function checkGameKeyDown(key)
local k=keyMap.keyboard[key]

View File

@@ -45,6 +45,7 @@ return[=[
bpm表改回类c2样式
移除kpm速度表
调整结算词尺寸
关闭msaa
代码:
整理框架代码
整理玩家绘制代码

View File

@@ -1,5 +1,5 @@
return{
["apkCode"]=360,
["apkCode"]=361,
["code"]=1601,
["string"]="V0.16.1@DEV",
["room"]="V1.1",