Difference between revisions of "Möan.lua"

(Created page with "A messagebox system with multiple-choices and more. <source lang="lua"> eek.speak("Title", {"Hello world!", "It's me;--eek.lua!"}) </source> GitHub: https://github.com/twent...")
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
<source lang="lua">
 
<source lang="lua">
eek.speak("Title", {"Hello world!", "It's me;--eek.lua!"})
+
Moan.speak("Title", {"Hello world!", "It's me;--Möan.lua!"})
 
</source>
 
</source>
  
GitHub: https://github.com/twentytwoo/eek.lua
+
GitHub: https://github.com/twentytwoo/Moan.lua
  
Documentation: http://0x16.cf/eek.lua/
+
Documentation: http://twentytwoo.github.io/Moan.lua/
  
{{#set:LOVE Version=0.10.2}}
+
{{#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.}}
 +
{{#set:Keyword=Graphical User Interface}}
 
[[Category:Libraries]]
 
[[Category:Libraries]]

Revision as of 07:19, 2 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/