新增列表框控件,并用于房间列表,整理代码

This commit is contained in:
MrZ626
2021-06-22 03:00:10 +08:00
parent 86ee26381c
commit 3571ef404c
16 changed files with 251 additions and 164 deletions

View File

@@ -144,7 +144,7 @@ function scene.draw()
gc.translate(260,650)
gc.setLineWidth(2)
gc.rectangle('line',0,0,tipLength,42)
gc.stencil(tipStencil,'replace',1)
gc.stencil(tipStencil)
gc.setStencilTest('equal',1)
gc.draw(tip,0+scrollX,0)
gc.setColor(1,1,1,.2)