Skip to content

Release 6

Compare
Choose a tag to compare
@Shoes01 Shoes01 released this 21 Apr 10:52
· 205 commits to master since this release

This update mostly contains improvements to the engine.

Features
Mouse over information is provided
Movement can be done with the mouse left click (no pathfinding yet)
Implemented a GameWorld() object to hold what used to be the game entity
Events are filled and emptied, rather than added and removed
State is tracked as a stack
A look function has been added
Improve CustomWorld(): can now fetch entities containing arbitrary components from a specific location.
Bug Fixes
Entering the debug menu no longer opens the drop menu
Minor Updates
Update Readme