Posted November 08, 2024 by Nordic Softworks
Just a small update, have mainly been working on Godot.
Note: If your game crashes when you play, it's because you have an ability loop somewhere.
I.e. "On Accumulate: Give this SomeStack." this is an example of an ability that loops by itself.
This is something I want to fix, but it requires a lot of work so I'm delaying it a bit, until then please avoid making loops.