online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/menus/local_multiplayer/NoEngineLabel.gd')
| -rw-r--r-- | ui/menus/local_multiplayer/NoEngineLabel.gd | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/menus/local_multiplayer/NoEngineLabel.gd b/ui/menus/local_multiplayer/NoEngineLabel.gd index ea0ba46..0d029c5 100644 --- a/ui/menus/local_multiplayer/NoEngineLabel.gd +++ b/ui/menus/local_multiplayer/NoEngineLabel.gd @@ -2,11 +2,11 @@ extends RichTextLabel export var color: Color -const vague_error = "[color=#%s][/color] You unable to use chess engine functionality." -const web_noengine := """[color=#%s][/color] Your browser does not support [url=https://stockfishchess.org/]Stockfish[/url]. -Try chrome for access to [url=https://stockfishchess.org/]Stockfish[/url].""" -const desktop_noengine := """[color=#%s][/color] [url=https://stockfishchess.org/]Stockfish[/url] is not yet implemented for desktop. -Try it on [url=https://bendn.itch.io/chess]web[/url] to use [url=https://stockfishchess.org/]Stockfish[/url].""" +const vague_error = "[color=#%s][/color] You are unable to use chess engine functionality." +const web_noengine := """[color=#%s][/color] Your browser does not [i]yet[/i] support [url=https://stockfishchess.org/]Stockfish[/url]. + Try chrome for access to [url=https://stockfishchess.org/]Stockfish[/url].""" +const desktop_noengine := """[color=#%s][/color] [url=https://stockfishchess.org/]Stockfish[/url] is not [i]yet[/i] implemented for desktop. + Try it on [url=https://bendn.itch.io/chess]web[/url] to use [url=https://stockfishchess.org/]Stockfish[/url].""" func _ready() -> void: |