How did that get there? Fixed it.

This commit is contained in:
StellarX20 2022-03-26 11:16:05 -04:00 committed by GitHub
parent 87fc526d1d
commit 3fc25f363d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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,