6869707172737475767778
drawSignature(); swapBuffers(); waitForKey(); clearScreen(); tileMap.enframe(); printText( "Step 6a: enframing tile map" ); tileMap.draw(); drawSignature(); swapBuffers(); waitForKey();
7778798081828384858687
swapBuffers(); waitForKey(); clearScreen(); TileSet.prolongTiles = false; tileMap.enframe() ; printText( "Step 6b: enframing tile map with prolonging tiles off" ); tileMap.draw(); drawSignature(); swapBuffers(); waitForKey();