RosettaCodeData/Task/Draw-a-pixel/GML/draw-a-pixel.gml
2025-08-11 18:05:26 -07:00

2 lines
43 B
Text

draw_set_color(c_red)
draw_point(100, 100)