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
d22aa28502
button.image groupIndex for button and checkbox |
||
---|---|---|
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. Information on installation and usage can be found in the documentation. A demo of the library can be found at: https://github.com/KennyShields/LoveFrames-demo This fork contains fixes for (yet unreleased) LÖVE 0.10.0.
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:
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