Actually accommodates for weird flags. For real this time.
This commit is contained in:
@ -95,7 +95,7 @@ screen lang_sel:
|
||||
for i in range(maxItems):
|
||||
fixed:
|
||||
xsize 400
|
||||
ysize 250
|
||||
ysize 300
|
||||
vbox:
|
||||
if i<len(languages):
|
||||
text languages[i]["name"] at top
|
||||
@ -111,4 +111,5 @@ screen lang_sel:
|
||||
at renpysdumb # Scales the imagebutton down. No, you can't just specify the zoom here. It has to be a defined transform.
|
||||
else:
|
||||
# Renpy seethes if a vpgrid doesn't have the exact maximum amount of items for some reason.
|
||||
add Null(0,0)
|
||||
add Null(0,0)
|
||||
at truecenter
|
Reference in New Issue
Block a user