Beeg fixpack

This commit is contained in:
2026-02-16 03:30:45 -08:00
parent f09d6ac8e8
commit 366ed9f5e6
52 changed files with 2876 additions and 451 deletions

View File

@@ -64,6 +64,8 @@ public partial class Armor : Node3D, IArmor
public void IncreaseArmorDefense(int bonus) => _bonusDefense += bonus;
public void DecreaseArmorDefense(int lowerAmount) => _bonusDefense = Mathf.Max(_bonusDefense - lowerAmount, 0);
public ItemTag ItemTag => Stats.ItemTag;
[Save("armor_stats")]

View File

@@ -28,6 +28,7 @@ collision_mask = 0
[node name="Sprite" type="Sprite3D" parent="Pickup"]
unique_name_in_owner = true
pixel_size = 0.005
billboard = 2
double_sided = false
alpha_cut = 1