- Feb 2, 2018
- 923
- 3,925
Hi guys,
I am having an issue in figuring out how to make a notification display text + image.
For the notifications I use:
If I put a variable, even in the text, it will display the actual variable not what it defines.
Ex:
For
It will display: Text [vr]
Regarding this, I would like to add an image in the notification, besides the text. Can anyone help?
Thank you!
I am having an issue in figuring out how to make a notification display text + image.
For the notifications I use:
Code:
$ renpy.notify(" Text")
Ex:
For
Code:
$ renpy.notify(" Text [vr]")
Regarding this, I would like to add an image in the notification, besides the text. Can anyone help?
Thank you!