aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/shape.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/shape.rs')
-rw-r--r--src/shared/shape.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shared/shape.rs b/src/shared/shape.rs
index 7423375..6e11c56 100644
--- a/src/shared/shape.rs
+++ b/src/shared/shape.rs
@@ -13,4 +13,8 @@ impl Shape {
pub fn tower() -> Self {
Shape { radius: 25. }
}
+
+ pub fn minion() -> Self {
+ Shape { radius: 5. }
+ }
}