|
|
@ -0,0 +1,146 @@ |
|
|
|
[gd_scene load_steps=4 format=2] |
|
|
|
|
|
|
|
[ext_resource path="res://scripts/ability_icon.gd" type="Script" id=1] |
|
|
|
|
|
|
|
[sub_resource type="StyleBoxFlat" id=2] |
|
|
|
|
|
|
|
content_margin_left = -1.0 |
|
|
|
content_margin_right = -1.0 |
|
|
|
content_margin_top = -1.0 |
|
|
|
content_margin_bottom = -1.0 |
|
|
|
bg_color = Color( 0.0297089, 0.230469, 0.206942, 1 ) |
|
|
|
draw_center = true |
|
|
|
border_width_left = 0 |
|
|
|
border_width_top = 0 |
|
|
|
border_width_right = 0 |
|
|
|
border_width_bottom = 0 |
|
|
|
border_color = Color( 0.8, 0.8, 0.8, 1 ) |
|
|
|
border_blend = false |
|
|
|
corner_radius_top_left = 0 |
|
|
|
corner_radius_top_right = 0 |
|
|
|
corner_radius_bottom_right = 0 |
|
|
|
corner_radius_bottom_left = 0 |
|
|
|
corner_detail = 8 |
|
|
|
expand_margin_left = 0.0 |
|
|
|
expand_margin_right = 0.0 |
|
|
|
expand_margin_top = 0.0 |
|
|
|
expand_margin_bottom = 0.0 |
|
|
|
shadow_color = Color( 0, 0, 0, 0.6 ) |
|
|
|
shadow_size = 0 |
|
|
|
anti_aliasing = true |
|
|
|
anti_aliasing_size = 1 |
|
|
|
|
|
|
|
[sub_resource type="StyleBoxFlat" id=1] |
|
|
|
|
|
|
|
content_margin_left = -1.0 |
|
|
|
content_margin_right = -1.0 |
|
|
|
content_margin_top = -1.0 |
|
|
|
content_margin_bottom = -1.0 |
|
|
|
bg_color = Color( 0.73822, 0.921875, 0.814265, 0.403333 ) |
|
|
|
draw_center = true |
|
|
|
border_width_left = 0 |
|
|
|
border_width_top = 0 |
|
|
|
border_width_right = 0 |
|
|
|
border_width_bottom = 0 |
|
|
|
border_color = Color( 0.8, 0.8, 0.8, 1 ) |
|
|
|
border_blend = false |
|
|
|
corner_radius_top_left = 0 |
|
|
|
corner_radius_top_right = 0 |
|
|
|
corner_radius_bottom_right = 0 |
|
|
|
corner_radius_bottom_left = 0 |
|
|
|
corner_detail = 8 |
|
|
|
expand_margin_left = 0.0 |
|
|
|
expand_margin_right = 0.0 |
|
|
|
expand_margin_top = 0.0 |
|
|
|
expand_margin_bottom = 0.0 |
|
|
|
shadow_color = Color( 0, 0, 0, 0.6 ) |
|
|
|
shadow_size = 0 |
|
|
|
anti_aliasing = true |
|
|
|
anti_aliasing_size = 1 |
|
|
|
|
|
|
|
[node name="Ability" type="Control"] |
|
|
|
|
|
|
|
anchor_left = 0.0 |
|
|
|
anchor_top = 0.0 |
|
|
|
anchor_right = 0.0 |
|
|
|
anchor_bottom = 0.0 |
|
|
|
margin_left = -6.0 |
|
|
|
margin_top = -4.0 |
|
|
|
margin_right = 5.0 |
|
|
|
margin_bottom = 5.0 |
|
|
|
rect_pivot_offset = Vector2( 0, 0 ) |
|
|
|
mouse_filter = 0 |
|
|
|
mouse_default_cursor_shape = 0 |
|
|
|
size_flags_horizontal = 1 |
|
|
|
size_flags_vertical = 0 |
|
|
|
script = ExtResource( 1 ) |
|
|
|
cost = 1 |
|
|
|
ability_name = "Ability" |
|
|
|
display_progress = true |
|
|
|
|
|
|
|
[node name="Bar" type="ProgressBar" parent="." index="0"] |
|
|
|
|
|
|
|
anchor_left = 0.0 |
|
|
|
anchor_top = 0.0 |
|
|
|
anchor_right = 0.0 |
|
|
|
anchor_bottom = 0.0 |
|
|
|
margin_left = -20.0 |
|
|
|
margin_top = -21.0 |
|
|
|
margin_right = 30.0 |
|
|
|
margin_bottom = 28.0 |
|
|
|
rect_pivot_offset = Vector2( 0, 0 ) |
|
|
|
mouse_filter = 0 |
|
|
|
mouse_default_cursor_shape = 0 |
|
|
|
size_flags_horizontal = 1 |
|
|
|
size_flags_vertical = 0 |
|
|
|
custom_styles/fg = SubResource( 2 ) |
|
|
|
custom_styles/bg = SubResource( 1 ) |
|
|
|
min_value = 0.0 |
|
|
|
max_value = 100.0 |
|
|
|
step = 1.0 |
|
|
|
page = 0.0 |
|
|
|
value = 0.0 |
|
|
|
exp_edit = false |
|
|
|
rounded = false |
|
|
|
percent_visible = false |
|
|
|
|
|
|
|
[node name="Available" type="ColorRect" parent="." index="1"] |
|
|
|
|
|
|
|
anchor_left = 0.0 |
|
|
|
anchor_top = 0.0 |
|
|
|
anchor_right = 0.0 |
|
|
|
anchor_bottom = 0.0 |
|
|
|
margin_left = -25.0 |
|
|
|
margin_top = -26.0 |
|
|
|
margin_right = 25.0 |
|
|
|
margin_bottom = 23.0 |
|
|
|
rect_pivot_offset = Vector2( 0, 0 ) |
|
|
|
mouse_filter = 0 |
|
|
|
mouse_default_cursor_shape = 0 |
|
|
|
size_flags_horizontal = 1 |
|
|
|
size_flags_vertical = 0 |
|
|
|
color = Color( 0.347443, 0.898438, 0.549761, 1 ) |
|
|
|
|
|
|
|
[node name="Name" type="Label" parent="." index="2"] |
|
|
|
|
|
|
|
anchor_left = 0.0 |
|
|
|
anchor_top = 0.0 |
|
|
|
anchor_right = 0.0 |
|
|
|
anchor_bottom = 0.0 |
|
|
|
margin_left = -65.0 |
|
|
|
margin_top = 36.0 |
|
|
|
margin_right = 77.0 |
|
|
|
margin_bottom = 50.0 |
|
|
|
rect_pivot_offset = Vector2( 0, 0 ) |
|
|
|
mouse_filter = 2 |
|
|
|
mouse_default_cursor_shape = 0 |
|
|
|
size_flags_horizontal = 1 |
|
|
|
size_flags_vertical = 4 |
|
|
|
custom_colors/font_color = Color( 0.00357056, 0.0703125, 0.04372, 1 ) |
|
|
|
text = "<Name>" |
|
|
|
align = 1 |
|
|
|
percent_visible = 1.0 |
|
|
|
lines_skipped = 0 |
|
|
|
max_lines_visible = -1 |
|
|
|
|
|
|
|
|