Skip to content

Commit

Permalink
修正修正修正...
Browse files Browse the repository at this point in the history
🙀
  • Loading branch information
cranoo3 committed Oct 20, 2023
1 parent e2aec2c commit 99fc942
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PumpkinSmash/TitleView/HowToPlayView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ struct HowToPlayView: View {
25個の穴が表示されます。
時間制限は5秒で5種類の
かぼちゃが登場します。
危険なかぼちゃがあるので注意してください!
危険なかぼちゃがあるので
注意してください!
"""


Expand Down Expand Up @@ -143,13 +144,12 @@ struct HowToPlayView: View {
Image("hardTitle")
.resizable()
.aspectRatio(contentMode: .fit)
.scaleEffect(0.9)
.offset(x: 8.5)
.offset(x: 10)
.frame(maxWidth: .infinity)
Text(hardDesc)
.font(.custom("Kiwi Maru", size: 12))
.fontWeight(.bold)
.padding(.leading, 25.5)
.padding(.leading, 35)
}
.padding()
Text("")
Expand Down

0 comments on commit 99fc942

Please sign in to comment.