-
Notifications
You must be signed in to change notification settings - Fork 0
Documentation
string function SGA_Text_Parser.displaySGA(x, y, scale, Text)
The function that displays the given Text as SGA letters.
Takes in 4 values:
x, y - position (fx, fx)
scale - the scale of the text (fx)
Text - the text you want to be displayed in SGA. Notice: The messages Letters MUST be in Upper case (string)
Returns debug info as a string, to be used later as a print command
Code Examples:
SGA_Text_Parser.displaySGA(250fx, 250fx, 1fx, "SGA IN PEWPEW")
pewpew.print(SGA_Text_Parser.displaySGA(250fx, 250fx, 1fx, "SGA IN PEWPEW"))
string function SGA_Text_Parser.disposeLetters(animationBool, animationTime)
The function that disposes the shown SGA letters.
Takes in 2 values:
animationBool - should the dispose include an animation, (Has a default of false) (bool)
animationTime - the animation time, (Has a default of 30) (int)
Returns debug info as a string, to be used later as a print command
Code Examples:
SGA_Text_Parser.disposeLetters()
pewpew.print(SGA_Text_Parser.disposeLetters(true, 120))
Welcome to the PewPew-Live-SGA wiki! Choose where you want to go.