飞溅:LÖVE的飞溅屏幕集合 源码
溅起 LÖVE的初始屏幕集合。 用love .运行这个仓库love . 查看所有初始屏幕。 按任意键可以跳过。 用法 从我们种类繁多的1 (一)飞溅中选择要使用的飞溅,并将目录移到项目中的某个位置。 需要文件并使用splash.new()实例化启动。 确保将爱情回调连接到splash:update(dt)和splash:draw()并调用splash:skip() ,让玩家跳过飞溅。 local o_ten_one = require " o-ten-one " function love.load () splash = o_ten_one () splash. onDone
用户评论