airstruck ab43dabcb9 Add solid and modal attributes.
The `solid` attribute determines whether to propagate events downwards.
When the widget being interacted with is not solid, events propagate down
to the next layout or to underlying handlers (for example love callbacks).
This is set by the theme and works mostly behind the scenes.

The `modal` attribute can be placed on a layout root to prevent input events
from propagating downwards, even those that fall outside of the layout.
2016-01-19 12:20:19 -05:00
2015-12-16 22:23:20 -05:00
2016-01-19 12:20:19 -05:00
2015-12-16 22:23:20 -05:00
2015-11-10 17:25:15 -05:00
2015-11-22 20:11:24 -05:00

LUIGI

Lovely User Interfaces for Game Inventors

LÖVE backend

LUIGI is compatible with LÖVE 0.10.0 and 0.9.2.

SDL backend

LUIGI can also run under LuaJIT when SDL 2, SDL_image and SDL_ttf (and their dependencies) are installed.

API docs

View the generated API docs. Probably not up to date.

Description
Lovely User Interfaces for Game Inventors
Readme 3.4 MiB
Languages
Lua 98.9%
CSS 1.1%