Skip to content

Commit

Permalink
Merge pull request #17 from matanki-saito/develop
Browse files Browse the repository at this point in the history
チュートリアル修正
  • Loading branch information
matanki-saito authored Jul 16, 2021
2 parents 838e920 + ed156cd commit 7ddeead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resource/interface/frontend.gui
Original file line number Diff line number Diff line change
Expand Up @@ -6948,7 +6948,7 @@ guiTypes = {
instantTextBoxType = {
name = "text"
position = { x = 90 y = 300 } # issue-9 { x = 105 y = 300 }
font = "vic_22"
font = "vic_18"
text = "WELCOME_TEXT"
maxWidth = 558 # 528
maxHeight = 150
Expand All @@ -6957,7 +6957,7 @@ guiTypes = {
instantTextBoxType = {
name = "first_play_recommend"
position = { x = 90 y = 390 } # issue-9 { x = 105 y = 390 }
font = "vic_22"
font = "vic_18"
text = "WELCOME_FIRST_PLAY_RECOMMEND"
maxWidth = 558 # 528
maxHeight = 100
Expand Down

0 comments on commit 7ddeead

Please sign in to comment.