about summary refs log tree commit diff
path: root/src/entities/mod.rs
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2019-07-06T19·32-0400
committerGriffin Smith <root@gws.fyi>2019-07-06T19·32-0400
commit78a52142d191d25a74cb2124d5cca8a69d51ba7f (patch)
treedd023a823bae6cc427e32a497bd68db85bbfab4b /src/entities/mod.rs
parentde081d7b1d0b791b2e61f9cde7369ea11647e0ae (diff)
Make all drawing happen to a viewport
We now have an inner and outer viewport, and entity positions are
relative to the inner one while drawing happens to the outer one.
Diffstat (limited to 'src/entities/mod.rs')
-rw-r--r--src/entities/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entities/mod.rs b/src/entities/mod.rs
index 7889122666..0320f2ddd9 100644
--- a/src/entities/mod.rs
+++ b/src/entities/mod.rs
@@ -1 +1,2 @@
 pub mod character;
+pub use character::Character;