Merge pull request #1075 from BluBun5193/main

Update Sports_beta.js
This commit is contained in:
slweeb 2025-03-31 13:35:45 -04:00 committed by GitHub
commit 7b1db33b08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 19 additions and 12 deletions

View File

@ -50,7 +50,14 @@ elements.puck = {
elements.dodge_ball = { elements.dodge_ball = {
color: "#533d61", color: "#533d61",
behavior: behaviors.BOUNCY, behavior: behaviors.BOUNCY,
category: "gaga_ball", category: "gaga ball",
state: "solid",
};
elements.volleyball = {
color: "#e2dcf2",
behavior: behaviors.BOUNCY,
category: "volleyball",
state: "solid", state: "solid",
}; };