From 3c6bff77d6b26f83c9277aaae44c1f4301725655 Mon Sep 17 00:00:00 2001 From: Timothy Stiles Date: Mon, 15 Feb 2021 14:25:08 +1100 Subject: [PATCH] re-arrange experimental tab in a more natural order --- js/main-editor.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/js/main-editor.js b/js/main-editor.js index e527d58..07a03fb 100644 --- a/js/main-editor.js +++ b/js/main-editor.js @@ -1598,20 +1598,20 @@ const EDITOR_PALETTE = [{ 'gate_yellow', 'gate_green', 'sand', - 'terraformer_n', - 'global_cycler', - 'halo', + 'spikes', + 'cracked_ice', + 'hole', + 'cracked_floor', 'fire_sticks', 'turntable_cw', 'turntable_ccw', 'electrified_floor', - 'hole', - 'cracked_floor', - 'cracked_ice', + 'halo', 'score_5x', - 'spikes', 'boulder', 'logic_gate/diode', + 'terraformer_n', + 'global_cycler', ], }]; @@ -2172,7 +2172,7 @@ const EDITOR_TILE_DESCRIPTIONS = { // Experimental circuit_block: { name: "Circuit block", - desc: "(Currently non-functional.) May contain wires, which will connect to any adjacent wires and conduct power as normal.", + desc: "May contain wires, which will connect to any adjacent wires and conduct power as normal. When pushed into water, turns into floor with the same wires.", }, gift_bow: { name: "Gift bow",