16 lines
329 B
Text
16 lines
329 B
Text
// Commodore 64 (PETSCII editor version)
|
|
// first line: source image (base filename + .png assumed)
|
|
c64_petscii.png
|
|
// second line: map dimensions
|
|
16, 10
|
|
ABCDEFGHIJKLMNO
|
|
PQRSTUVWXYZ[ ]
|
|
@!"#$%&'()*+,-./
|
|
0123456789:;<=>?
|
|
|
|
|
|
|
|
|
|
abcdefghijklmnop
|
|
qrstuvwxyz
|
|
// end
|