diff options
author | tom barrett <spalf0@gmail.com> | 2019-07-02 04:23:33 -0500 |
---|---|---|
committer | tom barrett <spalf0@gmail.com> | 2019-07-02 04:23:33 -0500 |
commit | 6bf9e96140c91340d6ae643b6e0896aa734d8605 (patch) | |
tree | ea5fba741326bd952b7808d402c4bbaf572d170d /src/lib.rs | |
parent | 1b5f06e902b9e5c5b0d5897fc981eeaa6dc39b37 (diff) |
entities now spawn on points
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ pub mod camera; pub mod constants; +pub mod entity; pub mod layer; pub mod map; pub mod math; |