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
407 stars 26 forks source link

Search by category not just by category #66

Closed non-nattawut closed 10 months ago

non-nattawut commented 10 months ago

Example FormatFactory เชิงซ้อน FormatFactory เช

Code explanation image

if item not in item_list_handler: at line 95 is for prevent unnecessary loop if item not in item_list_handler at line 97 is for prevent duplicate show item that have multiple category

close #64