Inventory Slot Plugin
A downloadable asset pack
Download NowName your own price
Inventory Slot Plugin
The Inventory Slot Plugin is an addon for Godot 4.3.x, designed to simplify and speed up the implementation of inventory systems in games. With an intuitive interface and a robust system, it allows you to manage items efficiently.
Tutorial
1.Create panels and configure them to your liking.
2.A little further down you'll find the Class / Items panel, where you'll create your classes and items.
3.With the initial settings made, we can put our interface into action. Add the PanelSlot node to your scene.
4.Now let's configure our panel to receive the items properly.
5.Everything is ready, but we need to know how our interface is working. And for this we'll add an item via code in a simple way using add_item() from the Inventory singleton:
func _ready() -> void: Inventory.add_item(1,0)
add_item(_panel_id: int, _item_unique_id: int, _amount: int = 1, _slot: int = -1, _id: int = -1, _unique: bool = false):
Agora é só aproveitar.
Download
Download NowName your own price
Click download now to get access to the following files:
inventory_slot_plugin.zip 577 kB
Inventory_Slot_Demo.zip 129 MB
Leave a comment
Log in with itch.io to leave a comment.