expressobits / inventory-system

Modular inventory system for godot 4 with nodes, compatible with multiplayer, separate logic from the UI, Using items as separate resources.
MIT License
459 stars 31 forks source link

Example using inventory data persistence #30

Open scriptsengineer opened 1 year ago

scriptsengineer commented 1 year ago

Create an example where leaving the game and returning, the chest (loot) continues with the items from the last game. You can follow the example of FPS_demo to extend it.

sumit851 commented 1 year ago

i am interested can i contribute.

sumit851 commented 1 year ago

i am completely newbie plz guide me what to do.

sumit851 commented 1 year ago

what is the description for this issue . plz mention.

scriptsengineer commented 1 year ago

what is the description for this issue . plz mention.

My suggestion is to create a 2D example, before trying to create a persistence example.