A function defined in BBMOD_RenderQueue.gml
DrawSprite(_sprite, _subimg, _x, _y)
Adds a BBMOD_ERenderCommand.DrawSprite command into the queue.
Name | Type | Description |
---|---|---|
_sprite | Asset.GMSprite |
The sprite to draw. |
_subimg | Real |
The sub-image of the sprite to draw. |
_x | Real |
The x coordinate of where to draw the sprite. |
_y | Real |
The y coordinate of where to draw the sprite. |
Struct.BBMOD_RenderQueue
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.