Skip to content

Commit 8a79576

Browse files
authored
Merge pull request #10202 from Wingdinggaster656/BetterHangmanUI
Changing the UI position in hangman
2 parents 85b59ad + a9e506e commit 8a79576

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Monika After Story/game/zz_hangman.rpy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ transform hangman_board:
6464
xanchor 0 yanchor 0 xpos 675 ypos 100 alpha 1.0
6565

6666
transform hangman_missed_label:
67-
xanchor 0 yanchor 0 xpos 680 ypos 105
67+
xanchor 0 yanchor 0 xpos 680 ypos 95
6868

6969
transform hangman_missed_chars:
70-
xanchor 0 yanchor 0 xpos 780 ypos 105
70+
xanchor 0 yanchor 0 xpos 765 ypos 95
7171

7272
transform hangman_display_word:
73-
xcenter 975 yanchor 0 ypos 475
73+
xcenter 975 yanchor 0 ypos 473
7474

7575
transform hangman_hangman:
7676
xanchor 0 yanchor 0 xpos 880 ypos 125

0 commit comments

Comments
 (0)