How did that get there? Fixed it.
This commit is contained in:
parent
87fc526d1d
commit
3fc25f363d
|
|
@ -2,10 +2,12 @@ currentColor = "#80ffff";
|
||||||
function deletecoconut() {
|
function deletecoconut() {
|
||||||
throw "The game crashed, because you deleted the coconut."
|
throw "The game crashed, because you deleted the coconut."
|
||||||
}
|
}
|
||||||
|
let rPOWDER = behaviors.POWDER
|
||||||
console.log("Welcome to the console.");
|
console.log("Welcome to the console.");
|
||||||
|
console.log(rPOWDER);
|
||||||
elements.test = {
|
elements.test = {
|
||||||
color: "#ff0000",
|
color: "#ff0000",
|
||||||
behavior: rPOWDER,
|
behavior: behaviors.POWDER,
|
||||||
category: "land",
|
category: "land",
|
||||||
state: "solid",
|
state: "solid",
|
||||||
density: 10,
|
density: 10,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue