online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/barbutton/BarTextureButton.tscn')
| -rw-r--r-- | ui/barbutton/BarTextureButton.tscn | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ui/barbutton/BarTextureButton.tscn b/ui/barbutton/BarTextureButton.tscn index 9656641..a18b6d9 100644 --- a/ui/barbutton/BarTextureButton.tscn +++ b/ui/barbutton/BarTextureButton.tscn @@ -1,15 +1,11 @@ -[gd_scene load_steps=3 format=2] +[gd_scene load_steps=2 format=2] -[ext_resource path="res://assets/ui/whitespace.png" type="Texture" id=1] [ext_resource path="res://ui/barbutton/BarTextureButton.gd" type="Script" id=2] [node name="BarTextureButton" type="Control"] margin_right = 64.0 margin_bottom = 64.0 script = ExtResource( 2 ) -texture = ExtResource( 1 ) -highlight_color = Color( 0.243137, 0.129412, 0.129412, 1 ) -pressed_color = Color( 0.227451, 0.270588, 0.301961, 1 ) [node name="Background" type="ColorRect" parent="."] anchor_right = 1.0 |