Give the blue and green walls better names
This commit is contained in:
parent
81b305b2f6
commit
7f90ee5f7d
@ -2098,20 +2098,20 @@ const EDITOR_TILE_DESCRIPTIONS = {
|
|||||||
desc: "Turns into a normal wall when bumped.",
|
desc: "Turns into a normal wall when bumped.",
|
||||||
},
|
},
|
||||||
fake_floor: {
|
fake_floor: {
|
||||||
name: "Fake floor",
|
name: "Illusory floor",
|
||||||
desc: "Looks like a fake wall, but turns to floor when bumped. Stops dirt blocks and monsters.",
|
desc: "Looks like an illusory wall, but turns to floor when bumped. Stops dirt blocks and monsters.",
|
||||||
},
|
},
|
||||||
fake_wall: {
|
fake_wall: {
|
||||||
name: "Fake wall",
|
name: "Illusory wall",
|
||||||
desc: "Turns to wall when bumped.",
|
desc: "Turns to wall when bumped.",
|
||||||
},
|
},
|
||||||
popdown_floor: {
|
popdown_floor: {
|
||||||
name: "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: {
|
popdown_wall: {
|
||||||
name: "Popdown wall",
|
name: "Fake popdown floor",
|
||||||
desc: "Acts like a normal wall, but is indistinguishable from a popdown floor.",
|
desc: "Looks like a popdown floor, but acts like a normal wall.",
|
||||||
},
|
},
|
||||||
floor_letter: {
|
floor_letter: {
|
||||||
name: "Letter tile",
|
name: "Letter tile",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user