text stringlengths 0 40.9k | label stringlengths 5 23 | dataType stringclasses 2
values | communityName stringlengths 5 23 | datetime stringclasses 32
values |
|---|---|---|---|---|
Turns out that `config.say_arguments_callback` doesn't capture the `what` parameter. Seems that nobody knows how to intercept the `what` value when `say` is called.
However, there is another callback: `config.say_menu_text_filter` that will serve a treat. Add somewhere near the beginning of the program:
define na... | r/renpy | comment | r/RenPy | 2024-06-08 |
Huh interesting. Lol hopefully, this is what OP is looking for. | r/renpy | comment | r/RenPy | 2024-06-08 |
I could add that, but I wanted to see if there's a shortcut method then just constantly copying and pasting, and also if I do that a lot, the code looks quite messy and hard to read. but thank you :) | r/renpy | comment | r/RenPy | 2024-06-08 |
YOU ARE AN ABSOLUTE LIFESAVER! Thank you so much :DD!! | r/renpy | comment | r/RenPy | 2024-06-08 |
Okay what I mean is, you know how like in DDLC there are rare screens that happen in like what, 1/3 chance?
I wanna implement that in my game but I simply don't know the code to use. Random variables is a thing but I don't think that's we use, right?
I'm creating a horror visual novel game and this could really hel... | r/renpy | post | r/RenPy | 2024-05-08 |
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco... | r/renpy | comment | r/RenPy | 2024-05-08 |
Take a look at my [pages on randomness](https://wolfnose.org/renpy/basic/rnd/index.html). Those should cover most of your needs. | r/renpy | comment | r/RenPy | 2024-05-08 |
You can do something like this:
random_scene = renpy.random.choice[(‘scene1’, ‘scene2’, ‘scene3’)]
random_scene is the variable that will basically have you jump to a label (one of the scenes in the random choice code). | r/renpy | comment | r/RenPy | 2024-05-08 |
And to make it work, you do something like this:
jump expression random_scene | r/renpy | comment | r/RenPy | 2024-05-08 |
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco... | r/renpy | comment | r/RenPy | 2024-05-08 |
There are no trojans in the Ren'Py distribution from [www.renpy.org](http://www.renpy.org). It's a false positive. | r/renpy | comment | r/RenPy | 2024-05-08 |
Thanks for the reassurance! I was almost certain, but just wanted to be extra sure lol. I appreciate it! | r/renpy | comment | r/RenPy | 2024-05-08 |
Anotherrr silly question sorry. Couldn't find anything that helped. I've been messing around a little with NVL mode and I'm having trouble with the line spacing.
It seems to only be affected by `define gui.nvl_height`
If it's taller, the spacing gets longer. But if I make the height shorter, it cuts the text off. Is... | r/renpy | post | r/RenPy | 2024-05-08 |
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco... | r/renpy | comment | r/RenPy | 2024-05-08 |
set it to None
## The height of an NVL-mode entry. Set this to None to have the entries
## dynamically adjust height.
define gui.nvl_height = 173
edit your gui.rpy and change it there | r/renpy | comment | r/RenPy | 2024-05-08 |
Sorry for the late response. I tried that and it moved the top paragraph to the middle of the text box but the spacing stayed the same. Is there a chance the game's resolution has something to do with it? I created it as 640x480. | r/renpy | comment | r/RenPy | 2024-06-08 |
Dear community,
I am at my wits' end. I am currently trying to use a certain image for my game, but it's simply not recognized, either if I set it up manually in the game or using the interactive director.
To test, I put in other pictures of the tutorial game, and they work. I even converted the PNG into a JPG, but i... | r/renpy | post | r/RenPy | 2024-05-08 |
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco... | r/renpy | comment | r/RenPy | 2024-05-08 |
what is the name of the file you are using. if it has capital letter i.e. `BadMustard.png` then you should just `show badmustard` using only lower case letters | r/renpy | comment | r/RenPy | 2024-05-08 |
r/renpy | post | r/RenPy | 2024-06-08 | |
Love the Madoka energy!! Do you have a link? :) | r/renpy | comment | r/RenPy | 2024-06-08 |
Here you go!
[https://donutworks.itch.io/lucidity](https://donutworks.itch.io/lucidity) | r/renpy | comment | r/RenPy | 2024-06-08 |
This looks really cool!! Seconded on the Madoka vibes | r/renpy | comment | r/RenPy | 2024-08-08 |
This was so cute and cool! I really liked playing it and I'm still super curious about the moth girl! Excellent work! | r/renpy | comment | r/RenPy | 2024-10-08 |
I'm trying to get into gamedev, and I have an idea for a simple 45 minutes to 1 hour game, I'm trying to decide on which engine to work on, I have the following ideas for my game:
-Simple puzzles of connect and combine
- a branching narrative
- pixel art presentation
- and the most specific one for my idea: a "drunk" ... | r/renpy | post | r/RenPy | 2024-06-08 |
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco... | r/renpy | comment | r/RenPy | 2024-06-08 |
The narrative elements should be easy to make with Ren'py (and probably even a drunk system) but the puzzles will be harder to make happen. From my understanding, anything with drag and drop elements is a lot tougher to make via Ren'py than it would another engine.
You may be able to use pygame to make it happen or us... | r/renpy | comment | r/RenPy | 2024-06-08 |
Thanks for the input! | r/renpy | comment | r/RenPy | 2024-06-08 |
Renpy has an integrated drag and drop system:
https://www.renpy.org/doc/html/drag_drop.html
It may just takes some time to get used to it. | r/renpy | comment | r/RenPy | 2024-06-08 |
Based on your ideas you wanna add, Ren’Py is the way to go, especially if you have at least basic coding knowledge.
Ren’Py is beginner friendly and is intended to be used to create the type of things you mentioned.
The coding language is also arguably the easiest one to learn. 😁 | r/renpy | comment | r/RenPy | 2024-06-08 |
Wouldn’t the images be imagebuttons with draggable being set to True?
I personally haven’t played with drag-and-drop system yet. Just guessing 😅 | r/renpy | comment | r/RenPy | 2024-06-08 |
Basically just the title: I wanna make it so that when the game is paused, a track will play on the pause screen, and stop when the game is resumed. Any code for this? | r/renpy | post | r/RenPy | 2024-06-08 |
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco... | r/renpy | comment | r/RenPy | 2024-06-08 |
Sometimes I know the answer, and sometimes I take a wild guess. In this case, the wild guess actually works!
Add to one of your files (like gui.rpy or screens.rpy) the following line:
define config.game\_menu\_music = "(song name goes here)" | r/renpy | comment | r/RenPy | 2024-08-08 |
I have a japanese translation folder where it shows something like this:
translate japanese start\_5a6af295:
# character "I don't know hwo to do this"
character ""
I went back to the original script and corrected the spelling error "hwo" to "how" and then I pressed "Generate translation" but the japanese tl file... | r/renpy | post | r/RenPy | 2024-06-08 |
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco... | r/renpy | comment | r/RenPy | 2024-06-08 |
The only correct way to do grammar/spelling corrections in your "None" language when you do NOT expect those cause changes in the translation languages is to add an id to the main script file that tells Ren'Py which translation hash to use. Using your example above, your script file would now have:
scene operating... | r/renpy | comment | r/RenPy | 2024-06-08 |
I've been struggling with trying to create this feature for a few days and could really use some help. I want to add a feature where the player can explore a house with several rooms/areas: the kitchen, the living room, the doll room, the old bedroom, and the hallway.
Here's the issue:
1. When the character says they... | r/renpy | post | r/RenPy | 2024-06-08 |
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco... | r/renpy | comment | r/RenPy | 2024-06-08 |
As it stands all you imagebuttons are stacked one on top of the other,so the last one declared (the doll button) will always process the event first.
Are they supposed to be clickable objects in a scene or on a map? How big are they? Are you using alpha transparency?
You seem to be mixing up the use of call and jump ... | r/renpy | comment | r/RenPy | 2024-06-08 |
I dont have a pc and i really wanna play MAS, is there any way i can play the newest version on android????? | r/renpy | post | r/RenPy | 2024-06-08 |
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco... | r/renpy | comment | r/RenPy | 2024-06-08 |
They don't supply an Android version. You could try playing the Windows version using [Joiplay](https://www.patreon.com/posts/joiplay-1-01-701-55240870) but there's no guarantee that it'll work, or be playable. | r/renpy | comment | r/RenPy | 2024-06-08 |
r/renpy | post | r/RenPy | 2024-06-08 | |
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco... | r/renpy | comment | r/RenPy | 2024-06-08 |
It's hard to tell from the error itself, but you used the UK spelling of `color`, which is what Ren'Py is expecting.
`DispTextStyle()` is not a built-in Ren'Py function... It looks like you copied and pasted this from another Reddit message from about a year ago? That post said that the shared code was just a portion... | r/renpy | comment | r/RenPy | 2024-06-08 |
I just want to thank all the kind people who answer my stupid question “why do you want to do this". Now the full demo version of the game has been released for an hour and it is in Russian, but I will leave a link here. P.S. All images are made using artificial intelligence.
[https://getfesj.itch.io/set-nitei-sudby](... | r/renpy | post | r/RenPy | 2024-06-08 |
I make a new script and its all correct and nothings wrong with it but whenever I launch the project its just the default game. The script that i made is still there when i open the script thing but it just wont show up in the game. Can someone help me please? | r/renpy | post | r/RenPy | 2024-06-08 |
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco... | r/renpy | comment | r/RenPy | 2024-06-08 |
If it’s a label, try using the jump command (right below the start: label).
If it’s a screen, use show screen [insert screen name] right below the start: label.
If your new script is not below the start: label or is not using the jump, show, or call command (below the start: label), it won’t be shown during gameplay. | r/renpy | comment | r/RenPy | 2024-06-08 |
You can find me on itch.io under warrioroutcast, same as here, and feel free to share your thoughts and explore different routes!
For those that don't know, it's a reality tv inspired game with a little bit of romance, a little bit of comedy, and choices that matter! You unlock your own or other characters lore, have ... | r/renpy | post | r/RenPy | 2024-06-08 |
Hi all,
So I’m using Ren’Py and release it on itch.io and was wondering…what’s the best method if I want to update my game so that the update applies to everyone’s version of my game?
It would be preferable to have some method that automatically applies the update/patch for the user.
I hear butler is a good option, b... | r/renpy | post | r/RenPy | 2024-06-08 |
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco... | r/renpy | comment | r/RenPy | 2024-06-08 |
butler is just a command-line utility that uploads your files directly to itch's file system, allowing you to specify what type of upload it is (beta, test, release, etc.). **If you're using the** [**itch.io**](http://itch.io) ***app*** **, it's already using butler internally.** Just upload the new files as a version ... | r/renpy | comment | r/RenPy | 2024-06-08 |
Thank you for the response! I do have the itch.io app. Do you know if there’s a tutorial on how to do this with the app, regarding updates/patches? | r/renpy | comment | r/RenPy | 2024-07-08 |
https://itch.io/docs/itch/integrating/updates.html | r/renpy | comment | r/RenPy | 2024-07-08 |
Thanks! I’ll check this out! | r/renpy | comment | r/RenPy | 2024-07-08 |
r/renpy | post | r/RenPy | 2024-06-08 | |
The Steam page: [https://store.steampowered.com/app/2988620/](https://store.steampowered.com/app/2988620/) | r/renpy | comment | r/RenPy | 2024-06-08 |
Looks very good, I'll surely play it | r/renpy | comment | r/RenPy | 2024-06-08 |
Thank you! | r/renpy | comment | r/RenPy | 2024-06-08 |
Is there any tutorial for this live stream chat thing? I've been trying to make something like this around 5 months | r/renpy | comment | r/RenPy | 2024-06-08 |
I'm playing this as soon as it's out lol. How much will it cost? | r/renpy | comment | r/RenPy | 2024-07-08 |
Wow very nice! it will have a Polish translation? 🙏 | r/renpy | comment | r/RenPy | 2024-07-08 |
Thanks! I didn't think about the price, but I don't want to make it expensive | r/renpy | comment | r/RenPy | 2024-07-08 |
Alright, thanks for letting me know !! | r/renpy | comment | r/RenPy | 2024-07-08 |
Neat! Sounds interesting :D | r/renpy | comment | r/RenPy | 2024-07-08 |
Looks really good. Wish listing! | r/renpy | comment | r/RenPy | 2024-08-08 |
This is really great looking UI and unique concept, looks great op! Will this be available on Itch.io? | r/renpy | comment | r/RenPy | 2024-08-08 |
Hi!! So I’m making a game insprided bt btd and Tpof, and wanted to start the script like this, it’s also well to take in note some of these key points:
Ash- he’s been dating the mc for years, he is abusive, only wanting to be with them due to the fact that when they met, they bent over backwards to be with him, so now... | r/renpy | post | r/RenPy | 2024-06-08 |
It's not offensively bad, but it could be improved a lot. You should read about "show, don't tell": there's definitely a lot of the MC explicitly "telling" the player how they're feeling and reacting, which is a bit unnatural and unusual ("I sigh as I reach my hand down, pull the phone out, and stare at the name on the... | r/renpy | comment | r/RenPy | 2024-06-08 |
Ah, I see, and thank you. I meant I took the break down of the characters from a text conversation with someone. But yeah, English is my first language lol, though I did grow up speaking both English and Russian.
I don’t fully understand what people mean by show not tell? I’ve tried writing that before but this is t... | r/renpy | comment | r/RenPy | 2024-06-08 |
It's good to have a rough draft approach like you currently have. Don't bother rewriting it until you finish mapping out the skeleton of the story. Even if the sentences seem funky or the plot progression seems off, don't bother rewriting it immediately cause THINGS WILL KEEP CHANGING.
After the first draft, you'll mo... | r/renpy | comment | r/RenPy | 2024-06-08 |
Ok thank you!! And yes, this is me taking a rough draft and making a second one with it, the first was a wild fire!! It’s just hard to write in a way that is show don’t tell, I don’t understand what that means fully | r/renpy | comment | r/RenPy | 2024-06-08 |
[https://vndev.wiki/index.php/List\_of\_VN\_creation\_resources#Game\_design,\_Writing,\_and\_General\_Resources](https://vndev.wiki/index.php/List_of_VN_creation_resources#Game_design,_Writing,_and_General_Resources)
This has a lot of vn dev resources. For show and tell stuff, search for Brandon Sanderson in this pag... | r/renpy | comment | r/RenPy | 2024-06-08 |
What does it look like to be nervous? Write that instead of saying “Character is nervous.”
That’s show don’t tell. However, there can be a place for telling. Showing may slow down the pace of a scene. So telling instead of showing may make sense if the rest of the scene is compelling and that particular piece of telli... | r/renpy | comment | r/RenPy | 2024-06-08 |
Ah, I see, I started to rewrite it already with more showing, though it is very difficult. I took some of the lines like “I sighed as I pulled my phone out” and changed them to “My back slumped to the car as my hands dug into my pocket pulling my phone” trying to show how the character feels instead just saying it | r/renpy | comment | r/RenPy | 2024-06-08 |
Are you outlining right now? Or writing the actual script? I ask because if you’re just outlining, there’s no reason to spend countless revisions getting the words just right. I would keep outlining, and then find a website or discord group or something that will feed you writing exercises and prompts and do them as pr... | r/renpy | comment | r/RenPy | 2024-06-08 |
Right now what I’ve been doing is I’ll write out a bunch of it. Look over it. Send send it to somebody or ask for somebody to look over and get brutally honest feedback that eventually end up making me scrap the whole thing. I also use a side program that allows me to physically map out where I want to go.
I don’t re... | r/renpy | comment | r/RenPy | 2024-06-08 |
>>I don’t really have anybody else who likes riding the way I do so I don’t have anybody else I could really go to to ask for help on it
People don’t need to like your process in order to help you. In fact, your process is irrelevant for the most part. The product you share for feedback is all that really matters.
Fe... | r/renpy | comment | r/RenPy | 2024-06-08 |
I'd have to ask first what *style* of game you are making. What are the potential outcomes for the player character?
The inner monologue brings to mind film-noir; where we get the protagonists thoughts are narrated to us.
With most VNs though it's tricky to tell the player how or what their character is *feeling* bec... | r/renpy | comment | r/RenPy | 2024-06-08 |
r/renpy | post | r/RenPy | 2024-06-08 | |
Have you tried reaching out to the developer of the game?
That’s generally a better & faster way to get support for a specific title.
I know for my games, it’s going to get fixed if they reach out directly or on Steam, or Itch, rather than posting here where I could easily miss seeing it. | r/renpy | comment | r/RenPy | 2024-06-08 |
As I told someone else (you, maybe?) there’s no guarantee that any game will run under Joiplay. Contact the developer if you really have to run this title on Android. | r/renpy | comment | r/RenPy | 2024-06-08 |
I'm working on a novel, and sometimes I want to give the sensation that the characters are whispering, could someone tell me how to do it?
I would like to change the font to cursive, any recommendations and how do I implement it? | r/renpy | post | r/RenPy | 2024-06-08 |
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco... | r/renpy | comment | r/RenPy | 2024-06-08 |
I can't write it cause reddit app sucks ass lol, [here's the documentation](https://www.renpy.org/doc/html/text.html#text-tag-font) | r/renpy | comment | r/RenPy | 2024-06-08 |
you can use the font tag
"Try out the {font=mikachan.ttf}mikachan font{/font}." | r/renpy | comment | r/RenPy | 2024-07-08 |
ok, it's pretty easy, let's do it (I hope you are working with a characters page in your script):
So, I have, for every single character, 3 "Characters": one for normal text, one for whipered conversation and one for when they are screaming. for example:
define mc = Character("[player_name]",window_background="gu... | r/renpy | comment | r/RenPy | 2024-09-08 |
Muchas gracias, ya voy por las 2k lineas de codigo, de puro dialogo, probalbemente tenga que hacer una revision para poder implementar estas pequeñas modificaciones a algunos dialogos :D | r/renpy | comment | r/RenPy | 2024-10-08 |
no haría falta, si tienes los characters hechos puedes añadirselos. Yo por ejemplo he tenido que revisar todo el diálogo para añadir kinetics text a algunas cosas como gritos, susurro y demás para hacer el texto más dinámico y entretenido.
pero mejor revisar en la línea 2k que en la 13k hahaha | r/renpy | comment | r/RenPy | 2024-10-08 |
does anyone know a tutorial on how to put language selection on my in game menu/ main menu? And what would be the recomandation for translated scripts? | r/renpy | post | r/RenPy | 2024-06-08 |
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco... | r/renpy | comment | r/RenPy | 2024-06-08 |
This is all a part of screens.rpy, with a smattering of settings in gui.rpy. Probably a good idea to read this:
[https://www.reddit.com/r/RenPy/comments/1eig5e5/comment/lgd7nsm/](https://www.reddit.com/r/RenPy/comments/1eig5e5/comment/lgd7nsm/)
My example above describes a few Western languages plus Simplified Chines... | r/renpy | comment | r/RenPy | 2024-06-08 |
Hi I'm fairly new to Renpy, but I've spent an entire day trying to figure out how to have an icon show up only when hovering the mouse over the top right corner of the screen.
Surprisingly this doesn't seem to be in the documentation. It's confusing to me because this is not a tooltip or an image switch.
Any ideas ... | r/renpy | post | r/RenPy | 2024-06-08 |
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco... | r/renpy | comment | r/RenPy | 2024-06-08 |
do it with some screens like this:
# area hover show.rpy
screen falshIt():
zorder 100
mousearea:
area (0, 0, 100, 100) # at pos 0,0 covering a 100 x 100 pixel area
hovered Show("bluee")
unhovered Hide("bluee")
screen bluee():
add "blue"... | r/renpy | comment | r/RenPy | 2024-07-08 |
Not working, is it because i need to call the newly created screen? | r/renpy | comment | r/RenPy | 2024-07-08 |
I'm not sure what you're doing completely without seeing your code I did add a comment to the code where your image should go (for my example I'm displaying blue.png (a blue square))
you can either show or call the screen and the mouse must be positioned in upper left corner of the GUI | r/renpy | comment | r/RenPy | 2024-07-08 |
Thanks it works now but how do I position it to the top right instead? No matter what I change it keeps appearing on the left. | r/renpy | comment | r/RenPy | 2024-07-08 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.