online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/menus/sidebarright/SidebarRight.tscn')
| -rw-r--r-- | ui/menus/sidebarright/SidebarRight.tscn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/menus/sidebarright/SidebarRight.tscn b/ui/menus/sidebarright/SidebarRight.tscn index 37e35ea..b1850b6 100644 --- a/ui/menus/sidebarright/SidebarRight.tscn +++ b/ui/menus/sidebarright/SidebarRight.tscn @@ -1,8 +1,9 @@ -[gd_scene load_steps=19 format=2] +[gd_scene load_steps=20 format=2] [ext_resource path="res://ui/menus/sidebarright/drawbutton.gd" type="Script" id=1] [ext_resource path="res://ui/menus/sidebarright/resignbutton.gd" type="Script" id=2] [ext_resource path="res://ui/Status.gd" type="Script" id=3] +[ext_resource path="res://ui/ubuntu.tres" type="DynamicFont" id=4] [ext_resource path="res://ui/barbutton/default_highlight.tres" type="StyleBox" id=5] [ext_resource path="res://ui/barbutton/default_pressed.tres" type="StyleBox" id=6] [ext_resource path="res://ui/barbutton/default.tres" type="StyleBox" id=7] @@ -111,6 +112,7 @@ hint_tooltip = "request a draw" focus_mode = 0 mouse_default_cursor_shape = 2 size_flags_horizontal = 3 +custom_fonts/font = ExtResource( 4 ) text = "½-½" script = ExtResource( 1 ) confirm_text = "Your opponent requests a draw" @@ -137,7 +139,7 @@ hint_tooltip = "request a undo" focus_mode = 0 mouse_default_cursor_shape = 2 size_flags_horizontal = 3 -text = "" +text = "社" script = ExtResource( 18 ) confirm_text = "Your opponent requests a undo" status = NodePath("../../../Status") |