Ren'Py help with this script

crabsinthekitchen

Well-Known Member
Apr 28, 2020
1,550
8,801
it's in the game_screens.rpy file

Code:
screen ui_text:
    zorder 101
    text which_day() size 36 color "#ffffff" font "IndieFlower-Regular.ttf" xpos 31 ypos 27
    text hour() size 32 color "#ffffff" font "IndieFlower-Regular.ttf" xpos 126 ypos 32
    text '+ 1H' size 16 color "#ffffff" font "Roboto-Bold.ttf" xpos 115 ypos 9
    text '+ 6H' size 16 color "#ffffff" font "Roboto-Bold.ttf" xpos 180 ypos 9
    text 'zzZ' size 16 color "#ffffff" font "Roboto-Bold.ttf" xpos 250 ypos 9
 

thenotsogreatone

New Member
Mar 20, 2021
2
0
it's in the game_screens.rpy file

Code:
screen ui_text:
    zorder 101
    text which_day() size 36 color "#ffffff" font "IndieFlower-Regular.ttf" xpos 31 ypos 27
    text hour() size 32 color "#ffffff" font "IndieFlower-Regular.ttf" xpos 126 ypos 32
    text '+ 1H' size 16 color "#ffffff" font "Roboto-Bold.ttf" xpos 115 ypos 9
    text '+ 6H' size 16 color "#ffffff" font "Roboto-Bold.ttf" xpos 180 ypos 9
    text 'zzZ' size 16 color "#ffffff" font "Roboto-Bold.ttf" xpos 250 ypos 9
thank you it worked