Skip to content

First working version of the new Entity system

Latest
Compare
Choose a tag to compare
@Toasterbirb Toasterbirb released this 30 Jan 17:44
4a7153c

The Entity system has been reworked and changed from one massive class into multiple smaller ones that build off of one base entity. This release also includes some fixes to bugs that have cropped one. For example, there was one really weird stack smashing bug

An example of this new Entity system can be found by inspecting the source code of BirbType or have a look through the automated tests.

What's Changed

Full Changelog: 0.3...0.4