feat: Add spawner util
+ Added spawner utility + Bumped to v0.1.4
This commit is contained in:
parent
33913122fd
commit
dcb55661ac
6 changed files with 501 additions and 2 deletions
|
@ -15,3 +15,4 @@ A set of utilities for [Jecs](https://github.com/ukendio/jecs)
|
|||
- [replicator](/lib/replicator.luau) - Keep track of all entities with the passed components and calculate differences
|
||||
- [ref](/lib/ref.luau) - Reference entities by key
|
||||
- [command_buffer](/lib/command_buffer.luau) - Buffer commands to prevent iterator invalidation
|
||||
- [spawner](/lib/spawner.luau) - Spawn entities with required components
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue