added new power buttons implementation

This commit is contained in:
2025-03-04 18:01:07 +01:00
parent fd4ca8050f
commit 8d9489e844
7 changed files with 3762 additions and 798 deletions

View File

@@ -1976,7 +1976,7 @@ namespace Beyond
inCollectItemRoutine = true;
yield return new WaitForSeconds(onCollectDelay);
yield return new WaitForSeconds(onCollectDelay);
List<CollectedItemInfo> collectedItems = new List<CollectedItemInfo>();
for (int i = 0; i < inventory.equipAreas.Length; i++)