Skip to content

Commit 75e0801

Browse files
committed
Fix bonus size
1 parent 33a8ba8 commit 75e0801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

O21.Game/Engine/GameRules.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ let BulletSize = Vector(6, 6)
114114
let ParticleSize = Vector(5, 5)
115115
let FishSizes = [|Vector(25, 25); Vector(25, 25); Vector(25, 25); Vector(25, 25); Vector(25, 25)|]
116116
let BombSize = Vector(20, 20)
117-
let BonusSize = BombSize
117+
let BonusSize = Vector(30, 30)
118118

119119
// ----------------------- Functions -----------------------
120120

0 commit comments

Comments
 (0)