talkies icon indicating copy to clipboard operation
talkies copied to clipboard

A dialog system for Löve2D

Results 2 talkies issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/53879478/204520744-d926a216-47b6-4185-abd0-5635c3d36a62.png) only code that is used from talkie: ``` talkies.font = love.graphics.newFont("fonts/pixel-love.ttf", 16) talkies.say("Title", "Hello World!") ``` and ``` function game.draw() talkies.draw() end ```

Could you have an example on how to use the functions like onstart in the readme? I had to look in other,lua for an example of use also is it...