文件名称:attachment:LÖVE 的回调辅助实用程序
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-04 15:54:12
lua event-handlers Lua
附件:LÖVE 的回调助手 附件是 LÖVE 框架的回调辅助实用程序。 初始化时,附件将注册所有现有的 LÖVE 回调,然后用自己的回调替换所有 LÖVE 的回调。 此外,Attachment 有自己的事件系统,因此您可以使用 LÖVE 的回调轻松注册所有游戏模块。 用法 要使用附件,需要将它添加到您的项目中,创建一个事件处理程序,并将一些函数附加到它。 创建事件处理程序 创建附件事件处理程序就像调用附件表一样简单。 local attachment = require ( " attachment " ) local handler = attachment () 为简单起见,您可能需要这样做: local attachment = require ( " attachment " )() 附着 附加功能的功能是这样使用的 attachment: attach ( " even
【文件预览】:
attachment-master
----test.lua(1KB)
----readme.md(3KB)
----LICENSE(1KB)
----.gitignore(574B)
----init.lua(2KB)
----.gitattributes(378B)