Please create an account or Login! Have fun!

Letter tile: Difference between revisions

Jump to navigation Jump to search
No change in size ,  6 August
m
‘_’ is 0x5F; 0x59 would’ve been ‘Y’
(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]]
1

edit

Navigation menu