filesystem rework
This commit is contained in:
parent
64323290cc
commit
2905db3dce
174 changed files with 93 additions and 353 deletions
|
|
@ -1,77 +0,0 @@
|
|||
[gd_resource type="Theme" load_steps=13 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="StyleBoxTexture" id="StyleBoxTexture_qlmyy"]
|
||||
texture = ExtResource("3_gf6bj")
|
||||
texture_margin_left = 4.0
|
||||
texture_margin_top = 7.0
|
||||
texture_margin_right = 4.0
|
||||
texture_margin_bottom = 7.0
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_la16p"]
|
||||
texture = ExtResource("4_xn7o0")
|
||||
texture_margin_left = 4.0
|
||||
texture_margin_top = 4.0
|
||||
texture_margin_right = 4.0
|
||||
texture_margin_bottom = 4.0
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_744lb"]
|
||||
texture = ExtResource("4_xn7o0")
|
||||
texture_margin_left = 4.0
|
||||
texture_margin_top = 4.0
|
||||
texture_margin_right = 4.0
|
||||
texture_margin_bottom = 4.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")
|
||||
VScrollBar/styles/grabber = SubResource("StyleBoxTexture_qlmyy")
|
||||
VScrollBar/styles/grabber_highlight = SubResource("StyleBoxTexture_qlmyy")
|
||||
VScrollBar/styles/grabber_pressed = SubResource("StyleBoxTexture_qlmyy")
|
||||
VScrollBar/styles/scroll = SubResource("StyleBoxTexture_la16p")
|
||||
VScrollBar/styles/scroll_focus = SubResource("StyleBoxTexture_744lb")
|
||||
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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue