PARTICLES keyword

Displays an image for a particle effect.

Syntax

PARTICLES "image", (x, y)

Parameters

  • image: image key to display (required)
  • x: integer of horizontal position (required)
  • y: integer of vertical position (required)

Example

PARTICLES "small_star", (300, 200)
PARTICLES "small_star", (_MOUSEX, _MOUSEY)

Go back to list of Keywords.