mirror of
https://github.com/Relintai/pandemonium_engine_easy_charts.git
synced 2024-12-19 13:37:03 +01:00
This commit is contained in:
parent
73bf35a433
commit
db4119dcef
@ -1,89 +0,0 @@
|
|||||||
[gd_scene load_steps=5 format=2]
|
|
||||||
|
|
||||||
[sub_resource type="StyleBoxFlat" id=1]
|
|
||||||
content_margin_left = 10.0
|
|
||||||
content_margin_right = 10.0
|
|
||||||
content_margin_top = 8.0
|
|
||||||
content_margin_bottom = 8.0
|
|
||||||
bg_color = Color( 0.643137, 0.180392, 0.211765, 1 )
|
|
||||||
border_width_left = 1
|
|
||||||
border_width_top = 1
|
|
||||||
border_width_right = 1
|
|
||||||
border_width_bottom = 1
|
|
||||||
border_color = Color( 0.462745, 0.160784, 0.180392, 1 )
|
|
||||||
corner_radius_top_left = 5
|
|
||||||
corner_radius_top_right = 5
|
|
||||||
corner_radius_bottom_right = 5
|
|
||||||
corner_radius_bottom_left = 5
|
|
||||||
anti_aliasing = false
|
|
||||||
|
|
||||||
[sub_resource type="StyleBoxFlat" id=2]
|
|
||||||
content_margin_left = 10.0
|
|
||||||
content_margin_right = 10.0
|
|
||||||
content_margin_top = 8.0
|
|
||||||
content_margin_bottom = 8.0
|
|
||||||
bg_color = Color( 0.643137, 0.180392, 0.211765, 1 )
|
|
||||||
border_width_left = 1
|
|
||||||
border_width_top = 1
|
|
||||||
border_width_right = 1
|
|
||||||
border_width_bottom = 1
|
|
||||||
border_color = Color( 0.462745, 0.160784, 0.188235, 1 )
|
|
||||||
corner_radius_top_left = 5
|
|
||||||
corner_radius_top_right = 5
|
|
||||||
corner_radius_bottom_right = 5
|
|
||||||
corner_radius_bottom_left = 5
|
|
||||||
shadow_color = Color( 1, 0, 0.0941176, 0.6 )
|
|
||||||
shadow_size = 5
|
|
||||||
anti_aliasing = false
|
|
||||||
|
|
||||||
[sub_resource type="StyleBoxFlat" id=3]
|
|
||||||
content_margin_left = 10.0
|
|
||||||
content_margin_right = 10.0
|
|
||||||
content_margin_top = 8.0
|
|
||||||
content_margin_bottom = 8.0
|
|
||||||
bg_color = Color( 0.380392, 0.294118, 0.301961, 1 )
|
|
||||||
border_width_left = 1
|
|
||||||
border_width_top = 1
|
|
||||||
border_width_right = 1
|
|
||||||
border_width_bottom = 1
|
|
||||||
border_color = Color( 0.278431, 0.164706, 0.176471, 1 )
|
|
||||||
corner_radius_top_left = 5
|
|
||||||
corner_radius_top_right = 5
|
|
||||||
corner_radius_bottom_right = 5
|
|
||||||
corner_radius_bottom_left = 5
|
|
||||||
anti_aliasing = false
|
|
||||||
|
|
||||||
[sub_resource type="StyleBoxFlat" id=4]
|
|
||||||
content_margin_left = 10.0
|
|
||||||
content_margin_right = 10.0
|
|
||||||
content_margin_top = 8.0
|
|
||||||
content_margin_bottom = 8.0
|
|
||||||
bg_color = Color( 0.643137, 0.180392, 0.223529, 1 )
|
|
||||||
border_width_left = 1
|
|
||||||
border_width_top = 1
|
|
||||||
border_width_right = 1
|
|
||||||
border_width_bottom = 1
|
|
||||||
border_color = Color( 0.462745, 0.160784, 0.180392, 1 )
|
|
||||||
corner_radius_top_left = 5
|
|
||||||
corner_radius_top_right = 5
|
|
||||||
corner_radius_bottom_right = 5
|
|
||||||
corner_radius_bottom_left = 5
|
|
||||||
anti_aliasing = false
|
|
||||||
|
|
||||||
[node name="RedBtn" type="Button"]
|
|
||||||
anchor_right = 0.367
|
|
||||||
anchor_bottom = 0.05
|
|
||||||
margin_right = 0.191986
|
|
||||||
rect_min_size = Vector2( 120, 0 )
|
|
||||||
size_flags_horizontal = 7
|
|
||||||
custom_styles/hover = SubResource( 1 )
|
|
||||||
custom_styles/pressed = SubResource( 2 )
|
|
||||||
custom_styles/focus = SubResource( 2 )
|
|
||||||
custom_styles/disabled = SubResource( 3 )
|
|
||||||
custom_styles/normal = SubResource( 4 )
|
|
||||||
custom_colors/font_color_disabled = Color( 0.6, 0.6, 0.6, 1 )
|
|
||||||
custom_colors/font_color = Color( 1, 1, 1, 1 )
|
|
||||||
text = "red button"
|
|
||||||
__meta__ = {
|
|
||||||
"_edit_use_anchors_": false
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user