70 lines
3 KiB
Text
70 lines
3 KiB
Text
[gd_resource type="Theme" load_steps=13 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"]
|
|
[ext_resource type="Texture2D" uid="uid://b5skdm3q7tkh3" path="res://assets/sprites/gui/ChooseYourSeeds/Grabber.tres" id="3_i6w8j"]
|
|
[ext_resource type="Texture2D" uid="uid://dvldjlg0nr355" path="res://assets/sprites/atlases/atlas1.png" id="3_yeah5"]
|
|
[ext_resource type="Texture2D" uid="uid://cv255d4s0qopj" path="res://assets/sprites/gui/ChooseYourSeeds/Slider.tres" id="4_yeah5"]
|
|
|
|
[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
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_5pe7g"]
|
|
atlas = ExtResource("3_yeah5")
|
|
region = Rect2(226, 77, 18, 18)
|
|
|
|
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_pjyej"]
|
|
texture = SubResource("AtlasTexture_5pe7g")
|
|
texture_margin_left = 6.0
|
|
texture_margin_top = 6.0
|
|
texture_margin_right = 6.0
|
|
texture_margin_bottom = 6.0
|
|
|
|
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_w6b64"]
|
|
texture = SubResource("AtlasTexture_5pe7g")
|
|
texture_margin_left = 6.0
|
|
texture_margin_top = 6.0
|
|
texture_margin_right = 6.0
|
|
texture_margin_bottom = 6.0
|
|
|
|
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_5pe7g"]
|
|
texture = ExtResource("4_yeah5")
|
|
texture_margin_left = 5.0
|
|
texture_margin_top = 5.0
|
|
texture_margin_right = 5.0
|
|
texture_margin_bottom = 5.0
|
|
|
|
[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")
|
|
Panel/styles/panel = SubResource("StyleBoxTexture_pjyej")
|
|
PanelContainer/styles/panel = SubResource("StyleBoxTexture_w6b64")
|
|
VSlider/icons/grabber = ExtResource("3_i6w8j")
|
|
VSlider/icons/grabber_disabled = ExtResource("3_i6w8j")
|
|
VSlider/icons/grabber_highlight = ExtResource("3_i6w8j")
|
|
VSlider/styles/grabber_area = SubResource("StyleBoxTexture_5pe7g")
|
|
VSlider/styles/grabber_area_highlight = SubResource("StyleBoxTexture_5pe7g")
|
|
VSlider/styles/slider = SubResource("StyleBoxTexture_5pe7g")
|