Survival mode ready
This commit is contained in:
parent
0fff33d196
commit
7614b12076
50 changed files with 586 additions and 81 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_resource type="Theme" load_steps=10 format=3 uid="uid://e8n88g31w7x7"]
|
||||
[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"]
|
||||
|
|
@ -19,6 +19,27 @@ 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
|
||||
|
|
@ -43,6 +64,11 @@ 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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue