Skip to content

Commit

Permalink
change asset size
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBredl committed Jun 29, 2024
1 parent b1a1318 commit c5f9e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/animal/KnownAsset.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function getWidth(asset: KnownAsset) {
case KnownAsset.Fountain:
return 200
case KnownAsset.Rock_1:
return 30
return 60
default:
return 100
}
Expand Down

0 comments on commit c5f9e04

Please sign in to comment.