Files
love-luigi/config.ld
2015-12-16 22:23:20 -05:00

12 lines
295 B
Plaintext

project = 'LUIGI'
description = 'Lovely User Interfaces for Game Inventors'
full_description = 'A UI library'
file = { 'luigi' }
format = 'markdown'
style = 'css'
template = 'css'
new_type('widget', 'Widgets', true)
new_type('attrib', 'Attributes', false)
new_type('prop', 'Properties', false)