添加barlow-condense字体作为首选英文字体(免费商用)

This commit is contained in:
MrZ626
2021-08-29 04:10:10 +08:00
parent 6b93675ec1
commit 557cdf6cfb
4 changed files with 24 additions and 6 deletions

View File

@@ -388,6 +388,7 @@ function love.resize(w,h)
if BG.resize then BG.resize(w,h)end
if SCN.resize then SCN.resize(w,h)end
WIDGET.resize(w,h)
resetFont()
SHADER.warning:send('w',w*SCR.dpi)
end