diff --git a/resources/themes/ChooseYourSeeds.tres b/resources/themes/ChooseYourSeeds.tres new file mode 100644 index 0000000..4347cfe --- /dev/null +++ b/resources/themes/ChooseYourSeeds.tres @@ -0,0 +1,51 @@ +[gd_resource type="Theme" load_steps=10 format=3 uid="uid://e8n88g31w7x7"] + +[ext_resource type="Texture2D" uid="uid://ci1a150qo2op2" path="res://assets/sprites/gui/ChooseYourSeeds/Panel.tres" id="1_86pbs"] +[ext_resource type="Texture2D" uid="uid://bj5fouwjk3kum" path="res://assets/sprites/gui/ChooseYourSeeds/InnerPanel.tres" id="2_txg3r"] +[ext_resource type="Texture2D" uid="uid://b5skdm3q7tkh3" path="res://assets/sprites/gui/ChooseYourSeeds/Grabber.tres" id="3_gf6bj"] +[ext_resource type="Texture2D" uid="uid://cv255d4s0qopj" path="res://assets/sprites/gui/ChooseYourSeeds/Slider.tres" id="4_xn7o0"] + +[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_o7bns"] +texture = ExtResource("1_86pbs") +texture_margin_left = 10.0 +texture_margin_top = 9.0 +texture_margin_right = 9.0 +texture_margin_bottom = 10.0 + +[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_jrih7"] +texture = ExtResource("2_txg3r") +texture_margin_left = 3.0 +texture_margin_top = 6.0 +texture_margin_right = 4.0 +texture_margin_bottom = 3.0 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_amjg8"] +bg_color = Color(0.574582, 0.300953, 0.501998, 1) +corner_radius_top_left = 4 +corner_radius_top_right = 4 +corner_radius_bottom_right = 4 +corner_radius_bottom_left = 4 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_obyqu"] +bg_color = Color(0.828756, 0.571484, 0.752803, 1) +corner_radius_top_left = 4 +corner_radius_top_right = 4 +corner_radius_bottom_right = 4 +corner_radius_bottom_left = 4 + +[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_5mgtv"] +texture = ExtResource("4_xn7o0") +texture_margin_left = 4.0 +texture_margin_top = 4.0 +texture_margin_right = 4.0 +texture_margin_bottom = 4.0 + +[resource] +Panel/styles/panel = SubResource("StyleBoxTexture_o7bns") +PanelContainer/styles/panel = SubResource("StyleBoxTexture_jrih7") +VSlider/icons/grabber = ExtResource("3_gf6bj") +VSlider/icons/grabber_disabled = null +VSlider/icons/grabber_highlight = ExtResource("3_gf6bj") +VSlider/styles/grabber_area = SubResource("StyleBoxFlat_amjg8") +VSlider/styles/grabber_area_highlight = SubResource("StyleBoxFlat_obyqu") +VSlider/styles/slider = SubResource("StyleBoxTexture_5mgtv") diff --git a/resources/themes/GameStyle.tres b/resources/themes/GameStyle.tres new file mode 100644 index 0000000..1530c27 --- /dev/null +++ b/resources/themes/GameStyle.tres @@ -0,0 +1,34 @@ +[gd_resource type="Theme" load_steps=6 format=3 uid="uid://b8l285cjcgeyi"] + +[ext_resource type="FontFile" uid="uid://nbrt5q3t8tud" path="res://assets/fonts/pico12.ttf" id="1_103to"] +[ext_resource type="Texture2D" uid="uid://d0yhee0scl7mc" path="res://assets/sprites/gui/ButtonBackground.tres" id="1_y0kbp"] +[ext_resource type="Texture2D" uid="uid://dxmg20mrnpt8r" path="res://assets/sprites/gui/SelectionGeneric.tres" id="2_h0nd2"] + +[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_na4u2"] +texture = ExtResource("1_y0kbp") +texture_margin_left = 12.0 +texture_margin_top = 12.0 +texture_margin_right = 12.0 +texture_margin_bottom = 12.0 + +[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_mv7jy"] +texture = ExtResource("2_h0nd2") +texture_margin_left = 12.0 +texture_margin_top = 12.0 +texture_margin_right = 12.0 +texture_margin_bottom = 12.0 +axis_stretch_horizontal = 1 +axis_stretch_vertical = 1 +draw_center = false + +[resource] +default_font = ExtResource("1_103to") +Button/colors/font_color = Color(0, 0, 0, 1) +Button/colors/font_focus_color = Color(0, 0, 0, 1) +Button/colors/font_outline_color = Color(1, 1, 1, 1) +Button/colors/font_pressed_color = Color(1, 1, 1, 1) +Button/styles/disabled = SubResource("StyleBoxTexture_na4u2") +Button/styles/focus = SubResource("StyleBoxTexture_mv7jy") +Button/styles/hover = SubResource("StyleBoxTexture_na4u2") +Button/styles/normal = SubResource("StyleBoxTexture_na4u2") +Button/styles/pressed = SubResource("StyleBoxTexture_na4u2")