mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-19 02:16:43 +00:00
13 lines
381 B
Lua
13 lines
381 B
Lua
return { style = 'dialog',
|
|
{ style = 'dialogHead', text = 'About LUIGI' },
|
|
{ style = 'dialogBody', align = 'left middle', padding = 24, icon = 'logo.png', text = [[
|
|
Lovely User Interfaces for Game Inventors
|
|
|
|
Copyright (c) 2015 airstruck
|
|
]] },
|
|
{ style = 'dialogFoot',
|
|
{}, -- spacer
|
|
{ style = 'dialogButton', id = 'closeButton', text = 'Close' }
|
|
}
|
|
}
|