新logo与新标题图

This commit is contained in:
MrZ626
2021-01-30 00:40:55 +08:00
parent 70cd39a55f
commit 91e27ad4d8
11 changed files with 66 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ local function onVirtualkey(x,y)
end
local hideChatBox=false
local textBox=WIDGET.newTextBox{name="texts",x=980,y=20,w=290,h=300,hide=function()return hideChatBox end}
local textBox=WIDGET.newTextBox{name="texts",x=300,y=80,w=680,h=620,hide=function()return hideChatBox end}
local playing
local lastBackTime=0
@@ -313,7 +313,7 @@ function scene.draw()
end
--Players
for p=1,#PLAYERS do
for p=hideChatBox and 1 or 2,#PLAYERS do
PLAYERS[p]:draw()
end