Search found 7 matches

by Alaspooralice
Fri Jan 05, 2024 7:53 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Slider thumb goes too far
Replies: 2
Views: 28315

Re: Slider thumb goes too far

https://www.renpy.org/doc/html/style_properties.html#bar-style-properties You want left_gutter and right_gutter properties. Also check if thumb_offset property is set correctly. Thank you! Didn't expect it to be named that and ended up scrolling right past it. It works perfectly now thank you!
by Alaspooralice
Thu Jan 04, 2024 8:46 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Slider thumb goes too far
Replies: 2
Views: 28315

[SOLVED]Slider thumb goes too far

I made graphics for a slider to use in menus and when I implemented it looks like this https://i.postimg.cc/wTQNBPHh/sliderpls.png Is there is a way to keep the thumb from going all the way over the orange portion of the slider? I want the thumb to stop maybe a few pixels away from the start of the ...
by Alaspooralice
Thu Jan 04, 2024 11:59 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]How to use an image as a label
Replies: 2
Views: 21535

Re: How to use an image as a label

Basically I just commented out the label and put "show display" in the same spot after defining the image and it didn't work so now I'm confused. I'm not confused, because as the error says, "show" is not a valid statement inside a screen. :) Here is what you can put inside a sc...
by Alaspooralice
Wed Jan 03, 2024 11:11 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]How to use an image as a label
Replies: 2
Views: 21535

[SOLVED]How to use an image as a label

In my preferences menu I want to make the labels for the options into images instead of text. So for example the default code where you can change the game from fullscreen to window mode is vbox: style_prefix "radio" label _("Display") textbutton _("Window") action Pref...
by Alaspooralice
Tue Jan 02, 2024 3:07 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Making game title an image
Replies: 3
Views: 9697

Re: Making game title an image

Hi, in the file "screens.rpy" you can look for the screen "main_menu" and do something like this : screen main_menu(): tag menu add "MainMenuBG.jpg" add "Title.png": xpos 100 ypos 50 Edit : somehow my post doesn't like tabs or spaces in front of lines. Of cou...
by Alaspooralice
Sun Dec 31, 2023 6:27 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Making game title an image
Replies: 3
Views: 9697

[SOLVED]Making game title an image

I want to make the title of the game an image that I can can place on top of the main menu background rather than baking the title into the menu background. I'm just not sure how to add an image over the background in the menu. Any help would be much appreciated!
by Alaspooralice
Sun Dec 31, 2023 5:22 pm
Forum: Welcome!
Topic: Guestbook
Replies: 5541
Views: 2864824

Re: Guestbook

Name: Alaspooralice
Location: The US
Website: I don't have one atm
Comments about Lemma Soft: I'm working on a VN right now and wanted a place to learn and possibly help debug if I need it lol