Skip to content

Commit

Permalink
框架跟进
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Nov 12, 2024
1 parent b05e04e commit d65cb15
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Zenitha
11 changes: 9 additions & 2 deletions main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -672,8 +672,15 @@ SCN.addSwapStyle('fastFadeHeader',{
GC.rectangle('fill',0,h+1,SCR.w,SCR.h-h)
end,
})
SCN.scenes._console.widgetList.output.fontType='codepixel'
SCN.scenes._console.widgetList.input.fontType='codepixel'
local _oldLoad=SCN.scenes._console.load
function SCN.scenes._console.load(...)
_oldLoad(...)
local l=SCN.scenes._console.widgetList
l[5].fontType='codepixel'
l[6].fontType='codepixel'
l[5]:reset()
l[6]:reset()
end

do -- Power Manager
local warnThres={-1,2.6,6.26,14.2,26}
Expand Down

0 comments on commit d65cb15

Please sign in to comment.