From 7f962b034f888135ce618e03bea40a08b57a68c7 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Fri, 22 Mar 2024 15:53:45 +0100 Subject: feat: nexuses --- 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 6e11c56..d77403d 100644 --- a/src/shared/shape.rs +++ b/src/shared/shape.rs @@ -17,4 +17,8 @@ impl Shape { pub fn minion() -> Self { Shape { radius: 5. } } + + pub fn nexus() -> Self { + Shape { radius: 35. } + } } -- cgit v1.2.3