fucko-boingo

This commit is contained in:
Lily-129 2022-01-28 23:59:26 -05:00 committed by GitHub
parent 84c1bc8e81
commit ff039107b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
elements.nst = {
name: "Nested Structure Test",
elements.altroom = {
name: "Altered Room",
color: "#ffffff",
arr: [],
tick: function(pixel) {
@ -51,8 +51,8 @@ elements.nst = {
state: "solid",
},
elements.st = {
name: "test6",
elements.nst = {
name: "Nested Structure Test",
color: "#ffffff",
arr: [],
tick: function(pixel) {
@ -136,4 +136,4 @@ elements.st = {
category:"structures",
insulate: true,
state: "solid",
}
}