Pause
This commit is contained in:
parent
afd9e990f1
commit
30266b36cf
11 changed files with 253 additions and 22 deletions
|
|
@ -1,8 +1,10 @@
|
|||
[gd_resource type="Theme" load_steps=6 format=3 uid="uid://b8l285cjcgeyi"]
|
||||
[gd_resource type="Theme" load_steps=9 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://cv255d4s0qopj" path="res://assets/sprites/gui/ChooseYourSeeds/Slider.tres" id="4_yeah5"]
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_na4u2"]
|
||||
texture = ExtResource("1_y0kbp")
|
||||
|
|
@ -21,6 +23,13 @@ axis_stretch_horizontal = 1
|
|||
axis_stretch_vertical = 1
|
||||
draw_center = false
|
||||
|
||||
[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)
|
||||
|
|
@ -32,3 +41,9 @@ Button/styles/focus = SubResource("StyleBoxTexture_mv7jy")
|
|||
Button/styles/hover = SubResource("StyleBoxTexture_na4u2")
|
||||
Button/styles/normal = SubResource("StyleBoxTexture_na4u2")
|
||||
Button/styles/pressed = SubResource("StyleBoxTexture_na4u2")
|
||||
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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue