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
470 stars 31 forks source link

Lack of virtual methods to be extended #106

Closed scriptsengineer closed 6 months ago

scriptsengineer commented 7 months ago

Some methods need to be extended by gdscript, mainly to customize behaviors that multiplayer needs

Currently they are:

Need for 4.3 Godot with commit of this pr https://github.com/godotengine/godot-cpp/pull/1377

scriptsengineer commented 6 months ago

Change struture to sync scripts avoid extend base scripts