Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi there, I was just wondering if I can display that horizonally, to make it seem like the messages are coming from a laptop, any tips? (btw thank you so much, the code has been really helpful so far :)) ) 

Hello! Do you mean like using Discord or Slack?

You'll have to modify the width and height of the window to a horizontal size. This will probably break the background and a few other things, but that should at least get you started

You can do so by editing the gui.init() at the beginning of gui.rpy

https://www.renpy.org/doc/html/gui_advanced.html#gui.init

thank you!!

(1 edit)

Hi! Please, help me... I want to make the size of the message_frame change depending on the size of the message, how can this be done?