online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/menus/local_multiplayer/PlayerOptionButton.tscn')
| -rw-r--r-- | ui/menus/local_multiplayer/PlayerOptionButton.tscn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ui/menus/local_multiplayer/PlayerOptionButton.tscn b/ui/menus/local_multiplayer/PlayerOptionButton.tscn new file mode 100644 index 0000000..67644c0 --- /dev/null +++ b/ui/menus/local_multiplayer/PlayerOptionButton.tscn @@ -0,0 +1,13 @@ +[gd_scene format=2] + +[node name="PlayerButton" type="OptionButton"] +margin_left = 103.0 +margin_right = 253.0 +margin_bottom = 54.0 +rect_min_size = Vector2( 160, 0 ) +hint_tooltip = "Stockfish is a chess engine. It will play automatically." +text = "Human" +align = 1 +expand_icon = true +items = [ "Human", null, false, 0, null, "Stockfish", null, false, 1, null ] +selected = 0 |