Difference between revisions of "Talkies.lua"
Line 1: | Line 1: | ||
− | A simple messagebox system for LÖVE | + | A simple messagebox system for LÖVE. |
+ | |||
+ | ''Its a rewrite and update of the no longer mantained Moan.lua.'' | ||
<source lang="lua"> | <source lang="lua"> | ||
Talkies.say("Title", "Hello world!") | Talkies.say("Title", "Hello world!") | ||
</source> | </source> | ||
+ | |||
+ | == Features == | ||
+ | * Multiple choices prompt | ||
+ | * Typing effect + sounds | ||
+ | * Pauses | ||
+ | * UTF-8 support | ||
+ | * Message box icons | ||
+ | * Autowrapped text | ||
+ | * General theming and per-message theming | ||
== Links == | == Links == | ||
* [https://love2d.org/forums/viewtopic.php?f=5&t=84110 Release Thread] | * [https://love2d.org/forums/viewtopic.php?f=5&t=84110 Release Thread] | ||
* [https://github.com/tanema/talkies Repository] | * [https://github.com/tanema/talkies Repository] | ||
+ | * [https://www.youtube.com/watch?v=ctu9hI-NhfI Old youtube demo] | ||
+ | |||
+ | == Screenshots == | ||
+ | [[File:talkies.jpg|border|480px]] | ||
+ | |||
+ | == Other Language == | ||
+ | {{i18n|Talkies.lua}} | ||
{{#set:LOVE Version=0.11.x}} | {{#set:LOVE Version=0.11.x}} | ||
Line 14: | Line 32: | ||
{{#set:Keyword=Graphical User Interface}} | {{#set:Keyword=Graphical User Interface}} | ||
[[Category:Libraries]] | [[Category:Libraries]] | ||
− | |||
− | |||
− |
Latest revision as of 14:21, 3 May 2020
A simple messagebox system for LÖVE.
Its a rewrite and update of the no longer mantained Moan.lua.
Talkies.say("Title", "Hello world!")
Contents
Features
- Multiple choices prompt
- Typing effect + sounds
- Pauses
- UTF-8 support
- Message box icons
- Autowrapped text
- General theming and per-message theming
Links
Screenshots
Other Language
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info