feat: Add spawner util

+ Added spawner utility

+ Bumped to v0.1.4
This commit is contained in:
Mark Marks 2024-09-24 19:47:49 +02:00
parent 33913122fd
commit dcb55661ac
6 changed files with 501 additions and 2 deletions

View file

@ -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