Skip to content

Commit

Permalink
Fixed drawable
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanOltmann committed Nov 10, 2024
1 parent 53e14c3 commit 8f1f824
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/commonMain/kotlin/ui/DrawableUtil.kt
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ import oni_seed_browser.app.generated.resources.spacepoi_artifact_6
import oni_seed_browser.app.generated.resources.spacepoi_artifact_7
import oni_seed_browser.app.generated.resources.spacepoi_artifact_8
import oni_seed_browser.app.generated.resources.spacepoi_carbon_asteroid_field
import oni_seed_browser.app.generated.resources.spacepoi_ceres_debris_field
import oni_seed_browser.app.generated.resources.spacepoi_ceres_starting_field
import oni_seed_browser.app.generated.resources.spacepoi_chlorine_cloud
import oni_seed_browser.app.generated.resources.spacepoi_foresty_ore_field
Expand Down Expand Up @@ -403,6 +404,7 @@ fun getSpacedOutSpacePOIDrawable(spacedOutSpacePOI: SpacedOutSpacePOI): Drawable
SpacedOutSpacePOI.ArtifactSpacePOI_RussellsTeapot -> Res.drawable.spacepoi_russells_teapot
SpacedOutSpacePOI.HarvestableSpacePOI_CarbonAsteroidField -> Res.drawable.spacepoi_carbon_asteroid_field
SpacedOutSpacePOI.HarvestableSpacePOI_ChlorineCloud -> Res.drawable.spacepoi_chlorine_cloud
SpacedOutSpacePOI.HarvestableSpacePOI_DLC2CeresField -> Res.drawable.spacepoi_ceres_debris_field
SpacedOutSpacePOI.HarvestableSpacePOI_DLC2CeresOreField -> Res.drawable.spacepoi_ceres_starting_field
SpacedOutSpacePOI.HarvestableSpacePOI_ForestyOreField -> Res.drawable.spacepoi_foresty_ore_field
SpacedOutSpacePOI.HarvestableSpacePOI_FrozenOreField -> Res.drawable.spacepoi_frozen_ore_field
Expand Down

0 comments on commit 8f1f824

Please sign in to comment.