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...")
 
 
(5 intermediate revisions by 2 users 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 '''(renamed to Talkies)'''}}
 +
{{#set:Keyword=Graphical User Interface}}
 
[[Category:Libraries]]
 
[[Category:Libraries]]
 +
 +
== Other Language ==
 +
{{i18n|Möan.lua}}

Latest revision as of 14:23, 3 May 2020

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/

Other Language