This commit is contained in:
Jordan Eldredge 2019-09-05 06:18:43 -07:00
parent 65e9f27303
commit aa74d6b42d
2 changed files with 2 additions and 0 deletions

View file

@ -293,6 +293,7 @@ Set {
"GuiObject.settargety",
"GuiObject.settargetw",
"GuiObject.settargeth",
"GuiObject.settargeta",
"GuiObject.settargetspeed",
"GuiObject.gototarget",
"GuiObject.ontargetreached",

View file

@ -119,6 +119,7 @@ class GuiObject extends MakiObject {
// alpha range from 0-255
setalpha(alpha: number): void {
this.attributes.alpha = alpha;
this.js_trigger("js_update");
}
isvisible(): number {