Hi, installed v1.24, was using the code:
graphics width,height,1
for full screen mode. This no longer compiles. only way to seem to get it to work is:-
graphics width,height
Which only runs in windowed mode... I preferred full screen.
graphics width,height,1
for full screen mode. This no longer compiles. only way to seem to get it to work is:-
graphics width,height
Which only runs in windowed mode... I preferred full screen.