-
Notifications
You must be signed in to change notification settings - Fork 8
Functions
VideoBot edited this page Dec 8, 2024
·
4 revisions

Creates a Grid BG with a specific Width, Height And Speed and store it as the name input in "tag".
tag - Grid's name tag to savecellWidth - Width of a grid cellcellHeight - Height of a grid cellwidth - Grid's width sizeheight - Grid's height sizexVel - Grid's speed on the X-axisyVel - Grid's speed on the Y-axis

Creates a Backdrop with a Image and store it as the name input in "tag".
tag - Backdrops's name tag to saveimage - Backdrop's Image Path images/xVel - Backdrops's speed on the X-axisyVel - Backdrop's speed on the Y-axis

Removes the existing backdrop with the name specified in "tag."
tag - The name tag of the backdrop to remove
Changes Game Window's Size With specific Width, Height ,Duration and Ease.
sizeX - Game Window's X Size (Width)sizeY - Game Window's Y Size (Height)duration - Speed Of How Fast is Tween is gonna beease - Tween Ease
Similar to windowSize but it only changes the width of the window
Similar to windowSize but it only changes the height of the window
Changes Game Window's Position With specific X, Y ,Duration and Ease.
X - Game Window's X Pos (Width)Y - Game Window's Y Pos (Height)duration - Speed Of How Fast is Tween is gonna beease - Tween Ease
Similar to windowPos but it only changes the X position of the window
Similar to windowPos but it only changes the Y position of the window
Changes Game Window's Position And Size To Default
size - Change Size Of Window To Default (True,False)pos - Change Pos Of Window To Default (True,False)duration - Speed Of How Fast is Tween is gonna beease - Tween Ease