Update sports_beta.js
This commit is contained in:
parent
59a0630e15
commit
49921c1f7f
|
|
@ -1,49 +1,49 @@
|
||||||
elements.softball = {
|
elements.softball = {
|
||||||
color: "#ffe300",
|
color: "#ffe300",
|
||||||
behavior: behaviors.BOUNCY,
|
behavior: behaviors.BOUNCY,
|
||||||
category: "softball_equipment",
|
category: "softball",
|
||||||
state: "solid",
|
state: "solid",
|
||||||
};
|
};
|
||||||
|
|
||||||
elements.baseball = {
|
elements.baseball = {
|
||||||
color: "#eae7dc",
|
color: "#eae7dc",
|
||||||
behavior: behaviors.BOUNCY,
|
behavior: behaviors.BOUNCY,
|
||||||
category: "baseball_equipment",
|
category: "baseball",
|
||||||
state: "solid",
|
state: "solid",
|
||||||
};
|
};
|
||||||
|
|
||||||
elements.basketball = {
|
elements.basketball = {
|
||||||
color: "#e77f1c",
|
color: "#e77f1c",
|
||||||
behavior: behaviors.BOUNCY,
|
behavior: behaviors.BOUNCY,
|
||||||
category: "basketball_equipment",
|
category: "basketball",
|
||||||
state: "solid",
|
state: "solid",
|
||||||
};
|
};
|
||||||
|
|
||||||
elements.football = {
|
elements.football = {
|
||||||
color: "#ac5541",
|
color: "#ac5541",
|
||||||
behavior: behaviors.BOUNCY,
|
behavior: behaviors.BOUNCY,
|
||||||
category: "football_equipment",
|
category: "football",
|
||||||
state: "solid",
|
state: "solid",
|
||||||
};
|
};
|
||||||
|
|
||||||
elements.soccer_ball = {
|
elements.soccer_ball = {
|
||||||
color: "#f9fbfa",
|
color: "#f9fbfa",
|
||||||
behavior: behaviors.BOUNCY,
|
behavior: behaviors.BOUNCY,
|
||||||
category: "soccer_equipment",
|
category: "soccer",
|
||||||
state: "solid",
|
state: "solid",
|
||||||
};
|
};
|
||||||
|
|
||||||
elements.tennis_ball = {
|
elements.tennis_ball = {
|
||||||
color: "#9ab973",
|
color: "#9ab973",
|
||||||
behavior: behaviors.BOUNCY,
|
behavior: behaviors.BOUNCY,
|
||||||
category: "tennis_equipment",
|
category: "tennis",
|
||||||
state: "solid",
|
state: "solid",
|
||||||
};
|
};
|
||||||
|
|
||||||
elements.puck = {
|
elements.puck = {
|
||||||
color: "#180902",
|
color: "#180902",
|
||||||
behavior: behaviors.BOUNCY,
|
behavior: behaviors.BOUNCY,
|
||||||
category: "hockey_equipment",
|
category: "hockey",
|
||||||
state: "solid",
|
state: "solid",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -54,58 +54,9 @@ elements.dodge_ball = {
|
||||||
state: "solid",
|
state: "solid",
|
||||||
};
|
};
|
||||||
|
|
||||||
elements.deoderant = {
|
elements.deodorant = {
|
||||||
color: "#f9fbfa",
|
color: "#def2fc",
|
||||||
behavior: behaviors.GAS,
|
behavior: behaviors.DGAS
|
||||||
category: "softball_equipment",
|
category: "gases",
|
||||||
state: "gas",
|
state: "gas",
|
||||||
};
|
};
|
||||||
|
|
||||||
elements.deoderant = {
|
|
||||||
color: "#f9fbfa",
|
|
||||||
behavior: behaviors.GAS,
|
|
||||||
category: "baseball_equipment",
|
|
||||||
state: "gas",
|
|
||||||
};
|
|
||||||
|
|
||||||
elements.deoderant = {
|
|
||||||
color: "#f9fbfa",
|
|
||||||
behavior: behaviors.GAS,
|
|
||||||
category: "basketball_equipment",
|
|
||||||
state: "gas",
|
|
||||||
};
|
|
||||||
|
|
||||||
elements.deoderant = {
|
|
||||||
color: "#f9fbfa",
|
|
||||||
behavior: behaviors.GAS,
|
|
||||||
category: "football_equipment",
|
|
||||||
state: "gas",
|
|
||||||
};
|
|
||||||
|
|
||||||
elements.deoderant = {
|
|
||||||
color: "#f9fbfa",
|
|
||||||
behavior: behaviors.GAS,
|
|
||||||
category: "soccer_equipment",
|
|
||||||
state: "gas",
|
|
||||||
};
|
|
||||||
|
|
||||||
elements.deoderant = {
|
|
||||||
color: "#f9fbfa",
|
|
||||||
behavior: behaviors.GAS,
|
|
||||||
category: "tennis_equipment",
|
|
||||||
state: "gas",
|
|
||||||
};
|
|
||||||
|
|
||||||
elements.deoderant = {
|
|
||||||
color: "#f9fbfa",
|
|
||||||
behavior: behaviors.GAS,
|
|
||||||
category: "hockey_equipment",
|
|
||||||
state: "gas",
|
|
||||||
};
|
|
||||||
|
|
||||||
elements.deoderant = {
|
|
||||||
color: "#f9fbfa",
|
|
||||||
behavior: behaviors.GAS,
|
|
||||||
category: "gaga_ball",
|
|
||||||
state: "gas",
|
|
||||||
};
|
|
||||||
Loading…
Reference in New Issue