How to Style hbox text

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
User avatar
amaturemanga
Regular
Posts: 97
Joined: Sun Mar 08, 2015 6:55 pm
Deviantart: amaturemanga
Skype: amature.manga
Contact:

How to Style hbox text

#1 Post by amaturemanga »

Hey im trying remake my entire gui. Right now im working on the preferences and this is what i've got so far

Code: Select all

screen preferences():

    tag menu
    
    add "gui/overlay/game_menu.png"
    textbutton "Return" action Return() xalign 0.03 yalign 0.90
    hbox:
        text "Preferences"
        xalign 0.03 yalign 0.07
basically i want to style the text "preferences" to be the same font, color, and outline as my Return textbutton which is below

Image

Post Reply

Who is online

Users browsing this forum: No registered users