aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/shape.rs
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-22 15:53:45 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-22 16:42:41 +0100
commit7f962b034f888135ce618e03bea40a08b57a68c7 (patch)
treec9038a12b2712690a2e96a526814dc2ba1c0e9e4 /src/shared/shape.rs
parent2d8740b1e29fc356fbe88cea21059ec83d8c0cf0 (diff)
feat: nexuses
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 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. }
+ }
}