Expose update-component
This commit is contained in:
parent
1ff5a8e94e
commit
11eb888669
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@
|
||||||
remove-component
|
remove-component
|
||||||
has-component?
|
has-component?
|
||||||
has-components?
|
has-components?
|
||||||
get-components))
|
get-components
|
||||||
|
update-component))
|
||||||
|
|
||||||
(define (has-component? entity component-name)
|
(define (has-component? entity component-name)
|
||||||
"Returns true if the entity has a component with component-name,
|
"Returns true if the entity has a component with component-name,
|
||||||
|
|
Loading…
Reference in a new issue