From 7f90ee5f7d21d6f78887cd6e5a0c4c44c6d85325 Mon Sep 17 00:00:00 2001 From: "Eevee (Evelyn Woods)" Date: Wed, 28 Apr 2021 19:46:39 -0600 Subject: [PATCH] Give the blue and green walls better names --- js/main-editor.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/js/main-editor.js b/js/main-editor.js index 7b848bc..ecf0849 100644 --- a/js/main-editor.js +++ b/js/main-editor.js @@ -2098,20 +2098,20 @@ const EDITOR_TILE_DESCRIPTIONS = { desc: "Turns into a normal wall when bumped.", }, fake_floor: { - name: "Fake floor", - desc: "Looks like a fake wall, but turns to floor when bumped. Stops dirt blocks and monsters.", + name: "Illusory floor", + desc: "Looks like an illusory wall, but turns to floor when bumped. Stops dirt blocks and monsters.", }, fake_wall: { - name: "Fake wall", + name: "Illusory wall", desc: "Turns to wall when bumped.", }, popdown_floor: { name: "Popdown floor", - desc: "Looks like a popdown wall, but presses down into floor while something's on it. Stops all blocks.", + desc: "Presses down into floor while something's on it. Stops all blocks.", }, popdown_wall: { - name: "Popdown wall", - desc: "Acts like a normal wall, but is indistinguishable from a popdown floor.", + name: "Fake popdown floor", + desc: "Looks like a popdown floor, but acts like a normal wall.", }, floor_letter: { name: "Letter tile",