FORMS_DrawSpriteClickable

A function defined in FORMS_DrawSpriteClickable.gml

FORMS_DrawSpriteClickable(_sprite, _subimg, _x, _y[, _color])

Description

Draws a clickable sprite at the given position.

Arguments

Name Type Description
_sprite Real The sprite.
_subimg Real The subimage of the sprite.
_x Real The x position to draw the sprite at.
_y Real The y position to draw the sprite at.
_color Real The color to blend the sprite with.

Returns

Bool True if the sprite is clicked.


Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.