re-arrange experimental tab in a more natural order

This commit is contained in:
Timothy Stiles 2021-02-15 14:25:08 +11:00
parent dfb31207ba
commit 3c6bff77d6

View File

@ -1598,20 +1598,20 @@ const EDITOR_PALETTE = [{
'gate_yellow', 'gate_yellow',
'gate_green', 'gate_green',
'sand', 'sand',
'terraformer_n', 'spikes',
'global_cycler', 'cracked_ice',
'halo', 'hole',
'cracked_floor',
'fire_sticks', 'fire_sticks',
'turntable_cw', 'turntable_cw',
'turntable_ccw', 'turntable_ccw',
'electrified_floor', 'electrified_floor',
'hole', 'halo',
'cracked_floor',
'cracked_ice',
'score_5x', 'score_5x',
'spikes',
'boulder', 'boulder',
'logic_gate/diode', 'logic_gate/diode',
'terraformer_n',
'global_cycler',
], ],
}]; }];
@ -2172,7 +2172,7 @@ const EDITOR_TILE_DESCRIPTIONS = {
// Experimental // Experimental
circuit_block: { circuit_block: {
name: "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: { gift_bow: {
name: "Gift bow", name: "Gift bow",