Files
love-luigi/config.ld
2015-12-15 14:21:30 -05:00

10 lines
264 B
Plaintext

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