FORMS_DrawTextShadow

A function defined in FORMS_DrawTextShadow.gml

FORMS_DrawTextShadow(_x, _y, _text, _colourText, _colourShadow)

Description

Draws text with shadow at the given position.

Arguments

Name Type Description
_x Real The x position to draw the text at.
_y Real The y position to draw the text at.
_text String The text to draw.
_colourText Real The color of the text.
_colourShadow Real The color of the shadow.

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