neon:Löve2D GUI库

时间:2021-03-13 03:00:26
【文件属性】:
文件名称:neon:Löve2D GUI库
文件大小:90KB
文件格式:ZIP
更新时间:2021-03-13 03:00:26
Lua NEON [新手,经验丰富者,或都不是] 该API的目标是使您的应用程序GUI的布局简单有效。 此API的次要目标是,对于初学者以及来自其他脚本语言的用户,都应尽可能地容易掌握。 该API基于的修改版本 function gui:generate ( item , copies , skip ) if not self . enabled then return false end local copies = copies or {} local copy if type (item) == ' table ' then if copies[item] then copy = copies[item] else copy = {} copies[item] =
【文件预览】:
neon-main
----README.md(3KB)
----docs()
--------Checkbox.md(9KB)
--------Box.md(6KB)
--------Dropdown.md(9KB)
--------Text.md(6KB)
--------examples()
--------Slider.md(0B)
--------Textfield.md(0B)
--------Radial.md(0B)
----conf.lua(123B)
----main.lua(6KB)
----neon()
--------textfield.lua(22KB)
--------slider.lua(1KB)
--------text.lua(21KB)
--------radial.lua(1KB)
--------init.lua(48B)
--------checkbox.lua(27KB)
--------dropdown.lua(27KB)
--------gui.lua(26KB)
--------box.lua(19KB)
----res()
--------font()
--------img()

网友评论