Trust me, Gamestudio programs aren't blurry. But you can set anti-aliasing through code, which just makes the sharp edges of objects appear smoother.


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}