From 2d8740b1e29fc356fbe88cea21059ec83d8c0cf0 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Fri, 22 Mar 2024 15:42:19 +0100 Subject: feat: minions --- src/shared/shape.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/shared/shape.rs') 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. } + } } -- cgit v1.2.3