Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何为电晕中的角色创建一个框架,以便我可以在不同级别使用它?eg.我想制作一个物理角色,这样我就可以在不同的层次上使用它。
将其创建为单独的 Lua 模块,以便您可以require("your_character")在其他代码文件(级别)中。
require("your_character")