diff options
author | BrickPi <49528459+BrickPi@users.noreply.github.com> | 2024-01-21 21:10:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-21 21:10:47 +0100 |
commit | 0840fd621cf35201f1e5ef90ad09033a2242b181 (patch) | |
tree | 12023bcc0a0b3d598aefec1b70bcd345de946ffe /game/assets/graphics/theme/default_theme.tres | |
parent | fc0658161f84c7949198c2d907614acaa4332728 (diff) | |
parent | 369cb94556d82a2c273443ed7628c4cc37458ce0 (diff) |
Merge pull request #197 from OpenVicProject/reorganising
Diffstat (limited to 'game/assets/graphics/theme/default_theme.tres')
-rw-r--r-- | game/assets/graphics/theme/default_theme.tres | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/game/assets/graphics/theme/default_theme.tres b/game/assets/graphics/theme/default_theme.tres new file mode 100644 index 0000000..dd8d310 --- /dev/null +++ b/game/assets/graphics/theme/default_theme.tres @@ -0,0 +1,78 @@ +[gd_resource type="Theme" load_steps=6 format=3 uid="uid://b48ymrsp1q8sf"] + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_oe2hl"] +content_margin_left = 4.0 +content_margin_top = 4.0 +content_margin_right = 4.0 +content_margin_bottom = 4.0 +bg_color = Color(0.1, 0.1, 0.1, 0.3) +corner_radius_top_left = 3 +corner_radius_top_right = 3 +corner_radius_bottom_right = 3 +corner_radius_bottom_left = 3 +corner_detail = 5 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_35fls"] +content_margin_left = 4.0 +content_margin_top = 4.0 +content_margin_right = 4.0 +content_margin_bottom = 4.0 +bg_color = Color(1, 1, 1, 0.75) +draw_center = false +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 2 +corner_radius_top_left = 3 +corner_radius_top_right = 3 +corner_radius_bottom_right = 3 +corner_radius_bottom_left = 3 +corner_detail = 5 +expand_margin_left = 2.0 +expand_margin_top = 2.0 +expand_margin_right = 2.0 +expand_margin_bottom = 2.0 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_auvpk"] +content_margin_left = 4.0 +content_margin_top = 4.0 +content_margin_right = 4.0 +content_margin_bottom = 4.0 +bg_color = Color(0.23, 0.23, 0.23, 0.6) +corner_radius_top_left = 3 +corner_radius_top_right = 3 +corner_radius_bottom_right = 3 +corner_radius_bottom_left = 3 +corner_detail = 5 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_mxxc2"] +content_margin_left = 4.0 +content_margin_top = 4.0 +content_margin_right = 4.0 +content_margin_bottom = 4.0 +bg_color = Color(0.1, 0.1, 0.1, 0.6) +corner_radius_top_left = 3 +corner_radius_top_right = 3 +corner_radius_bottom_right = 3 +corner_radius_bottom_left = 3 +corner_detail = 5 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ewy26"] +content_margin_left = 4.0 +content_margin_top = 4.0 +content_margin_right = 4.0 +content_margin_bottom = 4.0 +bg_color = Color(0, 0, 0, 0.6) +corner_radius_top_left = 3 +corner_radius_top_right = 3 +corner_radius_bottom_right = 3 +corner_radius_bottom_left = 3 +corner_detail = 5 + +[resource] +ButtonContainer/base_type = &"Button" +ButtonContainer/styles/disabled = SubResource("StyleBoxFlat_oe2hl") +ButtonContainer/styles/focus = SubResource("StyleBoxFlat_35fls") +ButtonContainer/styles/hover = SubResource("StyleBoxFlat_auvpk") +ButtonContainer/styles/normal = SubResource("StyleBoxFlat_mxxc2") +ButtonContainer/styles/pressed = SubResource("StyleBoxFlat_ewy26") |