4 lines
132 B
Text
4 lines
132 B
Text
|
|
GraphicsWindow.Width = 320
|
||
|
|
GraphicsWindow.Height = 240
|
||
|
|
GraphicsWindow.SetPixel(100, 100, GraphicsWindow.GetColorFromRGB(255, 0, 0))
|