re-arrange experimental tab in a more natural order
This commit is contained in:
parent
dfb31207ba
commit
3c6bff77d6
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user