Add blue-green spacebox
authorTheSaminator <TheSaminator@users.noreply.github.com>
Sat, 4 Jun 2022 15:58:28 +0000 (11:58 -0400)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Sat, 4 Jun 2022 15:58:28 +0000 (11:58 -0400)
plan/spacebox/blue-green.pdn [new file with mode: 0644]
src/commonMain/kotlin/starshipfights/game/matchmaking.kt
src/jsMain/resources/textures/spacebox-blue-green.png [new file with mode: 0644]

diff --git a/plan/spacebox/blue-green.pdn b/plan/spacebox/blue-green.pdn
new file mode 100644 (file)
index 0000000..409f717
Binary files /dev/null and b/plan/spacebox/blue-green.pdn differ
index 095ac222d0a4be275e3a07c4f2c7dfb288129233..88ea5b8e70416b0f63430b17b9bed27d32e4cc3e 100644 (file)
@@ -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 (file)
index 0000000..b1d80ea
Binary files /dev/null and b/src/jsMain/resources/textures/spacebox-blue-green.png differ