api paste button
This commit is contained in:
+19
-1
@@ -1,9 +1,20 @@
|
||||
[gd_resource type="Theme" load_steps=15 format=2]
|
||||
[gd_resource type="Theme" load_steps=16 format=2]
|
||||
|
||||
[ext_resource path="res://assets/texture/buttons/toggle_on.png" type="Texture" id=1]
|
||||
[ext_resource path="res://assets/texture/buttons/toggle_off.png" type="Texture" id=2]
|
||||
[ext_resource path="res://assets/font/resource/default.tres" type="DynamicFont" id=3]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=12]
|
||||
bg_color = Color( 0, 0, 0, 0.184314 )
|
||||
border_width_left = 4
|
||||
border_width_top = 4
|
||||
border_width_right = 4
|
||||
border_width_bottom = 4
|
||||
corner_radius_top_left = 10
|
||||
corner_radius_top_right = 10
|
||||
corner_radius_bottom_right = 10
|
||||
corner_radius_bottom_left = 10
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id=1]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=7]
|
||||
@@ -93,6 +104,7 @@ corner_radius_bottom_left = 10
|
||||
|
||||
[resource]
|
||||
default_font = ExtResource( 3 )
|
||||
Button/styles/normal = SubResource( 12 )
|
||||
CheckButton/icons/off = ExtResource( 2 )
|
||||
CheckButton/icons/on = ExtResource( 1 )
|
||||
HScrollBar/styles/grabber = SubResource( 1 )
|
||||
@@ -107,6 +119,12 @@ SelectedItem/styles/hover = SubResource( 6 )
|
||||
SelectedItem/styles/normal = SubResource( 4 )
|
||||
SelectedItem/styles/pressed = SubResource( 5 )
|
||||
TabContainer/styles/panel = SubResource( 2 )
|
||||
VScrollBar/icons/decrement = null
|
||||
VScrollBar/icons/decrement_highlight = null
|
||||
VScrollBar/icons/decrement_pressed = null
|
||||
VScrollBar/icons/increment = null
|
||||
VScrollBar/icons/increment_highlight = null
|
||||
VScrollBar/icons/increment_pressed = null
|
||||
VScrollBar/styles/grabber = SubResource( 8 )
|
||||
VScrollBar/styles/grabber_highlight = SubResource( 9 )
|
||||
VScrollBar/styles/grabber_pressed = SubResource( 10 )
|
||||
|
||||
Reference in New Issue
Block a user