Difference between revisions of "Möan.lua"

m (Milk moved page eek to Möan.lua: Re-Renamed lib)
m
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://twentytwoo.github.io/eek.lua/
+
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/