A function defined in BBMOD_BaseRenderer.gml
set_position(_x, _y)
Changes the renderer's position on the screen.
Name | Type | Description |
---|---|---|
_x | Real |
The new X position on the screen. |
_y | Real |
The new Y position on the screen. |
Struct.BBMOD_BaseRenderer
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.