Completed the stage instructions for the icebreakers

Word count: 6,106 words
This commit is contained in:
Jacoder23 2024-04-10 02:15:29 +08:00
parent 0c409e040b
commit c49fe79002
2 changed files with 392 additions and 101 deletions

View file

@ -10,7 +10,7 @@
screen choice(items):
style_prefix "choice"
grid 2 6:
grid 2 3:
for i in items:
textbutton i.caption action i.action:
xalign 0.5
@ -19,7 +19,7 @@ screen choice(items):
style choice_grid:
xalign 0.5
ypos 405
yanchor 0.0
yanchor 0.4
spacing 33
style choice_button: