12345678910 |
- SuperStrict
- Graphics 640,480,0,60
- DrawText "Graphics Width: "+GraphicsWidth(), 10 , 10
- DrawText "Graphics Height: "+GraphicsHeight(), 10 , 30
- DrawText "Graphics Depth: "+GraphicsDepth(), 10 , 50
- DrawText "Graphics Hertz: "+GraphicsHertz(), 10 , 70
- Flip
- WaitKey()
|