Home Artists Posts Import Register

Downloads

Content

 A simple function I've wrote to show on screen messages like damages and clicked / hovered hints in renpy games.
Before adding it to my GitHub, it will be available exclusive to my patreons for a while, check the attachments.

like notifications there is 3 Ways to show a hit:

From script
$ msg("Something")

In screens
Action Function(msg3, "Something")

From python
msg("Something")

Files

floating hit points for renpy

A simple function I've wrote to show on screen messages like damages and clicked / hovered hints in renpy games. Before adding it to my GitHub, it will be available exclusive to my patreons for a while: https://www.patreon.com/KiaAzad

Comments

Leusinia

This one was especially helpful. All these years, I had been doing a bunch of text and icons as images then defining atl image displays to proc for certain menu choices because I didn't know realize this was possible. Way simpler and better looking! 😂

Kia Azad

I'm glad you like it. Let me know if you need help or have any questions.