YoYo Games Wiki

draw_point(x,y)

From YoYoGames Wiki

Description

This function will draw a point (pixel) at the x & y co-ordinates in the current colour.

Arguments

  • x (real): Horizontal position in pixels.
  • y (real): Vertical position in pixels.

Explanation

This function will draw a point (pixel) at the x & y co-ordinates in the current colour (the current colour can be changed with the function draw_set_color). The default colour is black (c_black).

See Also

Remarks

Content from GMKB, was used to expand this article. The content was contributed by nickydude.