Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 months ago
JSON representation
Components that can be used to simplify the creation of many entities.
- Host: GitHub
- URL: https://github.com/alecsouthward/modular-components
- Owner: AlecSouthward
- License: mit
- Created: 2024-02-29T10:25:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-11T19:06:04.000Z (11 months ago)
- Last Synced: 2024-09-23T12:32:33.683Z (4 months ago)
- Topics: godot, godot-4, godot-addon, godot-engine, godot-engine-4, godot-tool, godot4, godot4-2, godotengine
- Language: GDScript
- Homepage:
- Size: 21.5 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.