mirror of
https://github.com/airstruck/luigi.git
synced 2025-11-18 12:25:06 +00:00
10 lines
264 B
Plaintext
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)
|