egrading armor and universal veil

This commit is contained in:
Rendo 2025-07-01 14:53:12 +05:00
commit 29254dbda0
22 changed files with 142 additions and 30 deletions

View file

@ -24,6 +24,7 @@ grow_vertical = 2
[node name="PrototypeWindow" type="AcceptDialog" parent="."]
title = ""
size = Vector2i(600, 400)
visible = true
unresizable = true
borderless = true
theme_override_styles/panel = SubResource("StyleBoxTexture_jl0ue")

View file

@ -1,7 +1,6 @@
[gd_scene load_steps=10 format=3 uid="uid://e7vutg71l6f2"]
[gd_scene load_steps=9 format=3 uid="uid://e7vutg71l6f2"]
[ext_resource type="Texture2D" uid="uid://dxyf557m4mq1p" path="res://assets/sprites/gui/EmptyPlantCard.png" id="1_77bw1"]
[ext_resource type="Texture2D" uid="uid://cxlr34yh0bqch" path="res://assets/sprites/gui/DisabledEmptyCard.png" id="2_2gojx"]
[ext_resource type="Texture2D" uid="uid://cabpf23ndlvx0" path="res://assets/sprites/gui/Selection.tres" id="3_q0tvq"]
[ext_resource type="Script" uid="uid://cn6ddajdtf4ep" path="res://scripts/components/gui/seedpackets/Seedpacket.cs" id="4_c6epd"]
[ext_resource type="Shader" uid="uid://dcp5tqcec2oi3" path="res://assets/shaders/gui_masking.gdshader" id="5_s5861"]
@ -20,10 +19,10 @@ shader_parameter/mask = ExtResource("1_77bw1")
anchors_preset = -1
anchor_right = 0.137
anchor_bottom = 0.28
offset_right = -0.200005
offset_left = 2.0
offset_right = 1.8
mouse_default_cursor_shape = 2
texture_normal = ExtResource("1_77bw1")
texture_disabled = ExtResource("2_2gojx")
texture_focused = ExtResource("3_q0tvq")
stretch_mode = 0
script = ExtResource("4_c6epd")
@ -90,7 +89,7 @@ step = 0.001
fill_mode = 3
nine_patch_stretch = true
texture_progress = ExtResource("6_lp42h")
tint_progress = Color(0, 0, 0, 0.843137)
tint_progress = Color(0, 0, 0, 0.501961)
script = ExtResource("7_tv07f")
_referenceTimer = NodePath("../RechargeTimer")