Please create an account or Login! Have fun!

Letter tile: Difference between revisions

Jump to navigation Jump to search
(More info, removing stub)
(added more info on the CC2 editor (shortcut only works with letters and numbers); fixed character sequence; reworded)
 
Line 1: Line 1:
'''Letter tiles''' are a decorative tile introduced in [[Chip's Challenge 2]]. They are nearly identical to [[floor]], but display letters and other characters on them. [[Wire]] cannot run through them, [[ice block]]s will not melt on them, and [[yellow teleport]]s cannot be dropped on them.
'''Letter tiles''' are a decorative [[tile]] introduced in [[Chip's Challenge 2]]. They appear similar to [[floor]] and are [[acting floor]], but have a sunken appearance and display letters and other characters on them. [[Wire]] cannot run through them, [[ice block]]s will not melt on them, and [[yellow teleport]]s cannot be dropped on them.


[[File:Letter tiles.png]]
[[File:Letter tiles.png]]


  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWYX[]^_↑→↓←
  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_↑→↓←


Letter tiles can represent any ASCII character in the range of <tt>0x20</tt> to <tt>0x59</tt>. The letter tile for space is often called a '''sunken floor tile'''. After the underscore, CC2 provides four arrows, which are not part of the ASCII character set.
Letter tiles can represent any ASCII character in the range of <tt>0x20</tt> to <tt>0x59</tt>. The letter tile for space is often called a '''sunken floor tile'''. After the underscore, CC2 also provides four arrows in the order shown above, which are not part of the ASCII character set.


In the official CC2 [[level editor]], when the letter tile is selected, the designer can press a letter or symbol on their keyboard to quickly select this tile.
In the official CC2 [[level editor]], when the letter tile is selected, the designer can press <tt>,</tt> and <tt>.</tt> on their keyboard to "rotate" left and right through the tiles in ASCII order, respectively, or press a letter or number to quickly select the tile with that character on it.


[[Category:Tiles]]
[[Category:Tiles]]

Latest revision as of 01:00, 28 April 2020

Letter tiles are a decorative tile introduced in Chip's Challenge 2. They appear similar to floor and are acting floor, but have a sunken appearance and display letters and other characters on them. Wire cannot run through them, ice blocks will not melt on them, and yellow teleports cannot be dropped on them.

Letter tiles.png

!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_↑→↓←

Letter tiles can represent any ASCII character in the range of 0x20 to 0x59. The letter tile for space is often called a sunken floor tile. After the underscore, CC2 also provides four arrows in the order shown above, which are not part of the ASCII character set.

In the official CC2 level editor, when the letter tile is selected, the designer can press , and . on their keyboard to "rotate" left and right through the tiles in ASCII order, respectively, or press a letter or number to quickly select the tile with that character on it.