Skip to main content

游戏开发:优化Love.js的界面适配itch.io

Feishiko
Author
Feishiko
Programming Avali

Love2d要导出网页文件需要使用love.js,但是love.js自带了一个看上去很丑陋的外框使其在上传的itch的时候非常不契合

多亏Love2d Discord的哥们

Sheepolution: The default html that love.js provides is really bad for uploading to itch. You can remove the title and such to make it properly fit the screen.

为了移除title和footer,需要手动编辑love.js生成的html文件

删除或注释开头的<h1>标签和最底下的<footer>标签即可