belt improvements

This commit is contained in:
Rendo 2025-10-15 09:35:37 +05:00
commit 4bae29f29f
7 changed files with 10 additions and 7 deletions

View file

@ -15,7 +15,7 @@ class_name BeltInventory
return capacity
@export var progress_speed : float = 1.0
@export var pop_treshold : float = 0.95
@export var pop_treshold : float = 0.99
## :3
@export_storage var internal_array : Array[InventorySlot] = []