Modular inventory system for godot 4 with nodes, compatible with multiplayer, separate logic from the UI, Using items as separate resources.
503
stars
32
forks
source link
Lack of virtual methods to be extended #106
Closed
scriptsengineer closed 8 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