Search found 2 matches

by _sss
Tue Apr 06, 2021 7:09 am
Forum: Ren'Py Questions and Announcements
Topic: Detect if running on RenpyWeb
Replies: 3
Views: 668

Detect if running on RenpyWeb

Hi there, Is there any way to check if the game is running on RenpyWeb? My problem is actually that I have videos (webm) in my game and videos are not supported by Renpyweb yet. So on the web platform, I'd like to be able to replace them by an image for example, doing something like this: if is_renp...
by _sss
Tue Mar 30, 2021 4:07 am
Forum: Ren'Py Questions and Announcements
Topic: Textbox customization
Replies: 0
Views: 747

Textbox customization

Hello, I'm just trying to do a simple thing: I want a different textbox background for one or two characters only. So first, I updated the gui/textbox.png file to be the default for all characters. And for a few others, I tried to do this: define f = Character("F", color="#545454"...