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...")
 
Line 7: Line 7:
 
GitHub: https://github.com/twentytwoo/eek.lua
 
GitHub: https://github.com/twentytwoo/eek.lua
  
Documentation: http://0x16.cf/eek.lua/
+
Documentation: http://twentytwoo.github.io/eek.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.}}
 
[[Category:Libraries]]
 
[[Category:Libraries]]

Revision as of 04:51, 1 November 2017

A messagebox system with multiple-choices and more.

eek.speak("Title", {"Hello world!", "It's me;--eek.lua!"})

GitHub: https://github.com/twentytwoo/eek.lua

Documentation: http://twentytwoo.github.io/eek.lua/