[Solved] Moving various titles to the middle

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
dellcartoons
Regular
Posts: 29
Joined: Sat Jul 13, 2019 3:35 pm
Contact:

[Solved] Moving various titles to the middle

#1 Post by dellcartoons »

How do I move the titles on various pages (Preferences, About, Help, etc.) from the upper left corner to the middle? I can't even find where they are

Thank you

EDIT: Never mind. I got it

User avatar
pyPat
Regular
Posts: 30
Joined: Wed Sep 11, 2019 5:34 pm
Github: patlol
Location: France
Contact:

Re: [Solved] Moving various titles to the middle

#2 Post by pyPat »

dellcartoons wrote: Tue Oct 15, 2019 6:54 am EDIT: Never mind. I got it
It might interest readers that you give your solution! :)
English is not my native language; please excuse typing errors.

dellcartoons
Regular
Posts: 29
Joined: Sat Jul 13, 2019 3:35 pm
Contact:

Re: [Solved] Moving various titles to the middle

#3 Post by dellcartoons »

Okay, but all I did was change:

Code: Select all

"About"
to

Code: Select all

"                    About"

User avatar
Donmai
Eileen-Class Veteran
Posts: 1958
Joined: Sun Jun 10, 2012 1:45 am
Completed: Toire No Hanako, Li'l Red [NaNoRenO 2013], The One in LOVE [NaNoRenO 2014], Running Blade [NaNoRenO 2016], The Other Question, To The Girl With Sunflowers
Projects: Slumberland
Location: Brazil
Contact:

Re: [Solved] Moving various titles to the middle

#4 Post by Donmai »

I started using Ren'Py seven years ago, but I have no better answer. I must say that sometimes (to me, at last) trying to understand the logic behind the styling section of the new GUI is as easy as decyphering δύσκολο να καταλάβουμε.
Image
No, sorry! You must be mistaking me for someone else.
TOIRE NO HANAKO (A Story About Fear)

User avatar
isobellesophia
Miko-Class Veteran
Posts: 979
Joined: Mon Jan 07, 2019 2:55 am
Completed: None
Projects: Maddox and Friends! (AI Teacher friend), Friendly Universities! (Soon)
Organization: Friendly Teachers series
Deviantart: SophBelle
itch: Child Creation
Location: Philippines, Mindanao
Contact:

Re: [Solved] Moving various titles to the middle

#5 Post by isobellesophia »

The easiest to do is xalign and yaligns or even xposes and yposes..

Code: Select all

"Here" xalign 0.5 yalign 0.0
I am a friendly user, please respect and have a good day.


Image

Image


User avatar
pyPat
Regular
Posts: 30
Joined: Wed Sep 11, 2019 5:34 pm
Github: patlol
Location: France
Contact:

Re: [Solved] Moving various titles to the middle

#6 Post by pyPat »

isobellesophia wrote: Fri Oct 18, 2019 10:24 am

Code: Select all

"Here" xalign 0.5 yalign 0.0
I don't know why, but I prefer this solution. :P
Thank you all!
English is not my native language; please excuse typing errors.

Post Reply

Who is online

Users browsing this forum: Ocelot