Search found 6 matches

by Tonbelly
Fri Apr 08, 2022 4:08 pm
Forum: Ren'Py Questions and Announcements
Topic: Positioning a hotbar
Replies: 0
Views: 1950

Positioning a hotbar

Hi there! I have a hotbar in my script that works just fine when I save the bar image with the same co-ordinates on a 1920x1080 image file. However, it does not work if I save the file out on its own and then use xpos and ypos to place it on the screen with the same height and co-ordinates. I also n...
by Tonbelly
Thu Feb 10, 2022 11:26 am
Forum: Ren'Py Questions and Announcements
Topic: Positioning a screen within a screen (making a dropdown)
Replies: 2
Views: 428

Re: Positioning a screen within a screen (making a dropdown)

hbox: label "Gender:" vbox: default drop_down_enabled = False textbutton "[gender]": action ToggleScreenVariable("drop_down_enabled", True, False) if drop_down_enabled: use gender_dropdown And remove at character_creation from frame in gender_dropdown Thanks, this work...
by Tonbelly
Thu Feb 10, 2022 8:13 am
Forum: Ren'Py Questions and Announcements
Topic: Positioning a screen within a screen (making a dropdown)
Replies: 2
Views: 428

Positioning a screen within a screen (making a dropdown)

Hello! I'm quite new and I've just started to learn about making my own menus with screens and styles. I'm currently working on a character creation screen and I'd like to have some dropdown menus within it. The problem I have is that I have had to make an extra screen for the dropdown menu itself, ...
by Tonbelly
Fri Dec 10, 2021 9:23 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Dialogue outlines + low CPS = graphical problem
Replies: 4
Views: 517

Re: Dialogue outlines + low CPS = graphical problem

I tried out a few different fonts with varying degrees of success, but DejaVu Sans and its variants was the only font that came out with no issues. I'm happy enough with DejaVu Sans Condensed for now, but maybe I'll try out a few more at some point and post an update if I find some more usable fonts...
by Tonbelly
Fri Dec 10, 2021 1:32 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Dialogue outlines + low CPS = graphical problem
Replies: 4
Views: 517

Re: Dialogue outlines + low CPS = graphical problem

Interesting, it doesn't seem to help me, no matter how small I make it.

Image
by Tonbelly
Fri Dec 10, 2021 9:44 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Dialogue outlines + low CPS = graphical problem
Replies: 4
Views: 517

[Solved] Dialogue outlines + low CPS = graphical problem

Hello! I have come across a little graphical problem when using outlines on my dialogue text and using a low CPS at the same time. https://i.imgur.com/fHmKLLm.png As you can see, just below the text, the top of the outlines of the next row are appearing before the text displays. Not a problem if I t...