diff options
Diffstat (limited to 'src/shared/shape.rs')
-rw-r--r-- | src/shared/shape.rs | 4 |
1 files changed, 4 insertions, 0 deletions
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. } + } } |