Compare commits
3 Commits
v0.16.1
...
v0.16.1-fi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1cfcf03ede | ||
|
|
a81d2e9ccc | ||
|
|
d7cf2c19ab |
@@ -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'
|
||||
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
@@ -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,
|
||||
}
|
||||
@@ -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,
|
||||
}
|
||||
@@ -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]
|
||||
|
||||
@@ -45,6 +45,7 @@ return[=[
|
||||
bpm表改回类c2样式
|
||||
移除kpm速度表
|
||||
调整结算词尺寸
|
||||
关闭msaa
|
||||
代码:
|
||||
整理框架代码
|
||||
整理玩家绘制代码
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
return{
|
||||
["apkCode"]=360,
|
||||
["apkCode"]=361,
|
||||
["code"]=1601,
|
||||
["string"]="V0.16.1@DEV",
|
||||
["room"]="V1.1",
|
||||
|
||||
Reference in New Issue
Block a user