diff options
author | tom barrett <spalf0@gmail.com> | 2019-07-07 11:45:49 -0500 |
---|---|---|
committer | tom barrett <spalf0@gmail.com> | 2019-07-07 11:45:49 -0500 |
commit | de4e8c1f0b82627fd1980401ae63472f49c9d89c (patch) | |
tree | bcbffde08ac2e5bf843abee0dc61c2d7e20fd03b /src/lib.rs | |
parent | bfdaef7850b6ac17bb88f1b314236fb5014aac8e (diff) |
reorganized
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,12 +1,12 @@ pub mod animations; pub mod camera; +pub mod cell; pub mod constants; pub mod entity; pub mod layer; pub mod map; pub mod npc; pub mod player; -pub mod property; pub mod state; pub mod tile; pub mod tileset; |