Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

Firstly, I updated the logo, because some people confused the C and R for an E and P. Here's the new one:

I also changed the way objects work, so you can declare one without defining it. Objects are now pointers instead of references as well. This change makes objects more robust and easier to deal with

Declaring an object:


Creating an instance of the object so it can be handled by the engine: