Update sports_beta.js

This commit is contained in:
Nicholas 2025-03-31 13:07:48 -04:00 committed by GitHub
parent fd56ba45ca
commit a25fd3b7d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 10 deletions

View File

@ -2,68 +2,68 @@ elements.softball = {
color: "#ffe300",
behavior: behaviors.BOUNCY,
category: "softball",
state: "solid"
state: "solid",
};
elements.baseball = {
color: "#eae7dc",
behavior: behaviors.BOUNCY,
category: "baseball",
state: "solid"
state: "solid",
};
elements.basketball = {
color: "#e77f1c",
behavior: behaviors.BOUNCY,
category: "basketball",
state: "solid"
state: "solid",
};
elements.football = {
color: "#ac5541",
behavior: behaviors.BOUNCY,
category: "football",
state: "solid"
state: "solid",
};
elements.soccer_ball = {
color: "#f9fbfa",
behavior: behaviors.BOUNCY,
category: "soccer",
state: "solid"
state: "solid",
};
elements.tennis_ball = {
color: "#9ab973",
behavior: behaviors.BOUNCY,
category: "tennis",
state: "solid"
state: "solid",
};
elements.puck = {
color: "#180902",
behavior: behaviors.BOUNCY,
category: "hockey",
state: "solid"
state: "solid",
};
elements.dodge_ball = {
color: "#533d61",
behavior: behaviors.BOUNCY,
category: "gaga ball",
state: "solid"
state: "solid",
};
elements.volleyball = {
color: "#e2dcf2",
behavior: behaviors.BOUNCY,
category: "volleyball",
state: "solid"
state: "solid",
};
elements.deodorant = {
color: "#def2fc",
behavior: behaviors.DGAS,
category: "gases",
state: "gas"
state: "gas",
};