1
edit
Please create an account or Login! Have fun!
(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> | 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]] |
edit