ValksGodotTools / Template

A template used for quickly setting up new Redot 4 C# games.
MIT License
109 stars 8 forks source link

Need to figure out how to sync sprite frames across inventory actions #97

Closed valkyrienyanko closed 3 weeks ago

valkyrienyanko commented 3 weeks ago

This is related to res://Sandbox/Inventory/

Every ItemContainer has a GetCurrentSpriteFrame and SetCurrentSpriteFrame method.

These methods need to be synced throughout every action done in the inventory.

This is a very complex issue to tackle. Please contact me over discord if you're interested in helping. My discord is valky5.

valkyrienyanko commented 3 weeks ago

This has been resolved.