Skip to content

Commit 3638ded

Browse files
authored
Merge pull request #2 from BlackMATov/dev
Dev
2 parents d025ea0 + 1775d57 commit 3638ded

4 files changed

Lines changed: 715 additions & 53 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ execute :: query -> {execute_state? -> chunk?, entity[]?, integer?}, execute_sta
110110
process :: phase... -> ()
111111
112112
spawn_at :: chunk?, fragment[]?, component[]? -> entity
113+
spawn_as :: entity?, fragment[]?, component[]? -> entity
113114
spawn_with :: fragment[]?, component[]? -> entity
114115
115116
debug_mode :: boolean -> ()

ROADMAP.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
- can we pass systems and groups to the process function?
66
- builders should be rewritten :/
7-
- add evolved.spawn_as function
87
- is/has_all/any for lists?
98

109
## After first release

0 commit comments

Comments
 (0)