给虚拟按键添加颜色

This commit is contained in:
MrZ626
2021-01-17 01:12:11 +08:00
parent ba8a39465f
commit 667c3c240b
5 changed files with 32 additions and 25 deletions

View File

@@ -425,6 +425,7 @@ function restoreVirtualKey()
B.x=O.x
B.y=O.y
B.r=O.r
B.color=O.color
B.isDown=false
B.pressTime=0
end