summaryrefslogtreecommitdiff
path: root/src/constants.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-08-06 15:44:37 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-08-06 15:44:37 +0200
commite2b32320c8531f266d22d9302c28b0e863a95ba0 (patch)
tree7ab40165ea74686f24355e1a19485bb06d7d15fa /src/constants.rs
parent05cd604ed4090664c0f7522e34c19de76e1c6b27 (diff)
Damaged the worms with lava
Diffstat (limited to 'src/constants.rs')
-rw-r--r--src/constants.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants.rs b/src/constants.rs
index a383d89..95f426f 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -1,6 +1,7 @@
use crate::geometry::Vec2d;
pub mod lava;
+pub use self::lava::*;
pub const MAP_SIZE: usize = 33;
pub const MAP_ROW_SIZE: [MapRow; MAP_SIZE] = [