如果存在media/image/icon.png会将其设置为窗口icon(方便Linux)

This commit is contained in:
MrZ_26
2022-12-14 20:05:35 +08:00
parent 77a3c146c0
commit bf05b1bda2

View File

@@ -42,6 +42,9 @@ if MOBILE then
f.resizable=false
love.window.setMode(w,h,f)
end
if love.filesystem.getInfo('media/image/icon.png') then
love.window.setIcon(love.image.newImageData('media/image/icon.png'))
end
local _LOADTIMELIST_={}
local _LOADTIME_=TIME()