Difference between revisions of "Möan.lua"
m |
|||
Line 2: | Line 2: | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | Moan.speak("Title", {"Hello world!", "It's me;--Möan.lua!"}) | |
</source> | </source> | ||
− | GitHub: https://github.com/twentytwoo/ | + | GitHub: https://github.com/twentytwoo/Moan.lua |
− | Documentation: http://twentytwoo.github.io/ | + | Documentation: http://twentytwoo.github.io/Moan.lua/ |
{{#set:LOVE Version=0.10.x}} | {{#set:LOVE Version=0.10.x}} | ||
{{#set:Description=A messagebox system with multiple-choices and more.}} | {{#set:Description=A messagebox system with multiple-choices and more.}} | ||
[[Category:Libraries]] | [[Category:Libraries]] |
Revision as of 05:05, 1 November 2017
A messagebox system with multiple-choices and more.
Moan.speak("Title", {"Hello world!", "It's me;--Möan.lua!"})
GitHub: https://github.com/twentytwoo/Moan.lua
Documentation: http://twentytwoo.github.io/Moan.lua/