]> git.jsancho.org Git - gacela.git/commit
Functions to access entities and components inside systems
authorJavier Sancho <jsf@jsancho.org>
Sat, 14 Sep 2013 06:27:46 +0000 (08:27 +0200)
committerJavier Sancho <jsf@jsancho.org>
Sat, 14 Sep 2013 06:27:46 +0000 (08:27 +0200)
commitd521b9e605e8153096a377b60b412514f7adbdfd
tree416c625ffe7ad9b540026f4e7a55d39fd9e44994
parentae294fed13cd0a99c87d04ac98db272e87cb289f
Functions to access entities and components inside systems

* src/system.scm: get-key
                  get-component

* src/examples/making-systems.scm: access functions testing
src/examples/making-systems.scm
src/system.scm