Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+3)

Oh! I'm also really curious about how you guys implemented the item system. I did something similar and I want to compare notes since I have a tendency to over-engineer everything haha. Plus it'd be cool to see how Unity vs Godot works with that sort of thing. Lmk!

(+1)

We had a generic item scene, and inhereted different item nodes from it. they all had an initializer that connected signals from other parts of the game to whatever effect the item had. the signals system in godot worked really well for this, especially for the spells.