Skip to content

Commit

Permalink
Merge pull request #10 from matanki-saito/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
matanki-saito authored May 10, 2019
2 parents a914e48 + ba88378 commit 760f8f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resource/interface/frontend.gui
Original file line number Diff line number Diff line change
Expand Up @@ -6976,19 +6976,19 @@ guiTypes = {

instantTextBoxType = {
name = "text"
position = { x = 105 y = 300 }
position = { x = 90 y = 300 } # issue-9 { x = 105 y = 300 }
font = "vic_22"
text = "WELCOME_TEXT"
maxWidth = 528
maxWidth = 558 # 528
maxHeight = 150
}

instantTextBoxType = {
name = "first_play_recommend"
position = { x = 105 y = 390 }
position = { x = 90 y = 390 } # issue-9 { x = 105 y = 390 }
font = "vic_22"
text = "WELCOME_FIRST_PLAY_RECOMMEND"
maxWidth = 528
maxWidth = 558 # 528
maxHeight = 100
}

Expand Down

0 comments on commit 760f8f4

Please sign in to comment.