Skip to content

Commit

Permalink
Corrected badlands graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanOltmann committed Dec 20, 2024
1 parent c2e337d commit c66e31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/commonMain/kotlin/ui/DrawableUtil.kt
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ fun getAsteroidTypeDrawable(asteroidType: AsteroidType): DrawableResource =
AsteroidType.MiniForestFrozen -> Res.drawable.cluster_spacedout_frozen_forest_moonlet
AsteroidType.MiniFlipped -> Res.drawable.cluster_spacedout_flipped_moonlet
AsteroidType.SandstoneDefault -> Res.drawable.cluster_base_terra
AsteroidType.Badlands -> Res.drawable.cluster_spacedout_the_desolands_moonlet
AsteroidType.Badlands -> Res.drawable.cluster_base_the_badlands
AsteroidType.MiniBadlandsWarp -> Res.drawable.cluster_spacedout_the_desolands_moonlet
AsteroidType.MiniForestFrozenStart -> Res.drawable.cluster_spacedout_frozen_forest_moonlet
AsteroidType.MiniRadioactiveOcean -> Res.drawable.cluster_spacedout_radioactive_ocean_moonlet
Expand Down

0 comments on commit c66e31b

Please sign in to comment.