updated to godot 4.6

This commit is contained in:
2026-01-28 13:42:26 +11:00
parent 5bbc2c0cb0
commit 6f1105cdbe
795 changed files with 5616 additions and 2077 deletions

View File

@@ -1,4 +1,4 @@
[gd_resource type="Resource" script_class="StatusStats" load_steps=3 format=3 uid="uid://fed6kimfbcwv"]
[gd_resource type="Resource" script_class="StatusStats" format=3 uid="uid://fed6kimfbcwv"]
[ext_resource type="Texture2D" uid="uid://vmcidp1sk5ns" path="res://Assets/Textures/cold.png" id="1_0gkew"]
[ext_resource type="Script" uid="uid://bq6jp8bwub6je" path="res://Scripts/Resources/status_stats.gd" id="1_krmeh"]
@@ -7,7 +7,6 @@
script = ExtResource("1_krmeh")
name = "Cold"
max_stacks = 10
proc_cd = 0.0
duration = 2.0
potency = 0.05
icon = ExtResource("1_0gkew")