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