From ff039107b89ea6fd04e9262a372ad78e188c32ca Mon Sep 17 00:00:00 2001 From: Lily-129 <68935009+Lily-129@users.noreply.github.com> Date: Fri, 28 Jan 2022 23:59:26 -0500 Subject: [PATCH] fucko-boingo --- mods/structure_test_2.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mods/structure_test_2.js b/mods/structure_test_2.js index 36d67ce4..77abe263 100644 --- a/mods/structure_test_2.js +++ b/mods/structure_test_2.js @@ -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", -} \ No newline at end of file +}