Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alecsouthward/modular-components

Components that can be used to simplify the creation of many entities.
https://github.com/alecsouthward/modular-components

godot godot-4 godot-addon godot-engine godot-engine-4 godot-tool godot4 godot4-2 godotengine

Last synced: 1 day ago
JSON representation

Components that can be used to simplify the creation of many entities.

Awesome Lists containing this project

README

        

# Modular Components

Set of Components that can be used to speed up the creation of multiple things!

There is currently:
1. **VelocityComponent** 2D and 3D
2. **HealthComponent**
3. **HurtBoxComponent** 2D and 3D
4. **HitBoxComponent** 2D and 3D

> [!IMPORTANT]
> The documentation for each Component is actually found inside Godot! Simply search for the Component you wish to check in the `Search Help` tab.