mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
A GUI library for LÖVE 11.x
libraries | ||
objects | ||
skins | ||
templates | ||
third-party | ||
changelog.txt | ||
init.lua | ||
license.txt | ||
readme.md |
Love Frames
Information
Love Frames is a GUI library for LÖVE.
License
Love Frames is licensed under the zlib/libpng license. For more information, please read license.txt.
Credits
Created by Kenny Shields
Third-Party Libraries
- middleclass by kikito - https://github.com/kikito/middleclass
What's new:
Compatible with 11.0
textinput - Unicode support.
Properties:
image.stretch (boolean)
buttom.image (image) -- left aligned image
button.groupIndex (int) button.checked (boolean)
imagebutton.groupIndex (int) imagebutton.checked (boolean)
checkbox.groupIndex
-- Buttons/checkboxes with the same groupIndex behave as group buttons