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
503 stars 32 forks source link

Lack of virtual methods to be extended #106

Closed scriptsengineer closed 8 months ago

scriptsengineer commented 9 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 8 months ago

Change struture to sync scripts avoid extend base scripts