Please create an account or Login! Have fun!

Letter tile: Difference between revisions

Jump to navigation Jump to search
(added more info on the CC2 editor (shortcut only works with letters and numbers); fixed character sequence; reworded)
m (‘_’ is 0x5F; 0x59 would’ve been ‘Y’)
 
Line 5: Line 5:
  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_↑→↓←
  !"#$%&'()*+,-./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 also provides four arrows in the order shown above, 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>0x5F</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 <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.
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 12:41, 6 August 2024

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 0x5F. 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.