Skip to content

Commit

Permalink
控件模块大改,支持更自由的颜色调整
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Dec 17, 2024
1 parent 0a24eb0 commit 6c1652b
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 102 deletions.
2 changes: 1 addition & 1 deletion scene/console.lua
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ local scene={}

function scene.load()
if not outputBox then
outputBox=WIDGET.new{name='output',type='textBox',x=20,y=20,w=999,h=999,fontSize=25,fontType='_mono',lineHeight=25,fixContent=true}
outputBox=WIDGET.new{name='output',type='textBox',x=20,y=20,w=999,h=999,fontSize=25,fontType='_mono',lineHeight=25}
inputBox=WIDGET.new{name='input',text='',type='inputBox',x=20,y=999,w=999,h=80,fontType='_mono'}
log{COLOR.lP,"Zenitha Console"}
log{COLOR.lC,"© Copyright 2019–2023 26F Studio. Some rights reserved."}
Expand Down
Loading

0 comments on commit 6c1652b

Please sign in to comment.