All of the modules made by me (Boumety)!
Add a new button to the game called Action4 that can be use on PC with the shift key.
Allow you to track data of the players in your game like its average playtime, how many time did it join the world...
Quickly create simple and fully customizable bar for your game. It can be used for example for a health bar.
Add objects to a group to then call a certain function of all of the objects in that group! It allows you to have a simpler and cleaner code.
Create and add components to an object. Components can be use to not have repeating code, for example, you can create one health component and add it to the player and the enemy.