From: TheSaminator Date: Mon, 20 Jun 2022 19:15:47 +0000 (-0400) Subject: Fix labels X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=3c3869969d0cbc0f77dd90309ec0a62cc6c92bc7;p=starship-fights Fix labels --- diff --git a/src/jsMain/kotlin/net/starshipfights/game/popup.kt b/src/jsMain/kotlin/net/starshipfights/game/popup.kt index 4a94530..5dd7619 100644 --- a/src/jsMain/kotlin/net/starshipfights/game/popup.kt +++ b/src/jsMain/kotlin/net/starshipfights/game/popup.kt @@ -143,7 +143,7 @@ sealed class Popup { } } button { - +"Host Competitive Battle" + +"Host Competitive (1v1) Battle" onClickFunction = { e -> e.preventDefault() @@ -151,7 +151,7 @@ sealed class Popup { } } button { - +"Join Competitive Battle" + +"Join Competitive (1v1) Battle" onClickFunction = { e -> e.preventDefault() @@ -159,7 +159,7 @@ sealed class Popup { } } button { - +"Host Cooperative Battle" + +"Host Cooperative (2v1) Battle" onClickFunction = { e -> e.preventDefault() @@ -167,7 +167,7 @@ sealed class Popup { } } button { - +"Join Cooperative Battle" + +"Join Cooperative (2v1) Battle" onClickFunction = { e -> e.preventDefault()