From: TheSaminator Date: Sat, 4 Jun 2022 15:58:28 +0000 (-0400) Subject: Add blue-green spacebox X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=e7fa871be453f215d82183648a935b7d418eb3ff;p=starship-fights Add blue-green spacebox --- diff --git a/plan/spacebox/blue-green.pdn b/plan/spacebox/blue-green.pdn new file mode 100644 index 0000000..409f717 Binary files /dev/null and b/plan/spacebox/blue-green.pdn differ diff --git a/src/commonMain/kotlin/starshipfights/game/matchmaking.kt b/src/commonMain/kotlin/starshipfights/game/matchmaking.kt index 095ac22..88ea5b8 100644 --- a/src/commonMain/kotlin/starshipfights/game/matchmaking.kt +++ b/src/commonMain/kotlin/starshipfights/game/matchmaking.kt @@ -18,6 +18,7 @@ enum class BattleBackground(val displayName: String, val color: String) { BLUE_BROWN("Milky Way", "#335577"), BLUE_MAGENTA("Arcane Anomaly", "#553377"), BLUE_PURPLE("Vensca Wormhole", "#444477"), + BLUE_GREEN("Radiation Risk", "#337755"), GRAYBLUE_GRAYBROWN("Fulkreyksk Bloc", "#445566"), MAGENTA_PURPLE("Aedon Vortex", "#773355"), ORANGE_ORANGE("Solar Flare", "#775533"), diff --git a/src/jsMain/resources/textures/spacebox-blue-green.png b/src/jsMain/resources/textures/spacebox-blue-green.png new file mode 100644 index 0000000..b1d80ea Binary files /dev/null and b/src/jsMain/resources/textures/spacebox-blue-green.png differ