mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
alpha
This commit is contained in:
parent
65e9f27303
commit
aa74d6b42d
2 changed files with 2 additions and 0 deletions
|
|
@ -293,6 +293,7 @@ Set {
|
|||
"GuiObject.settargety",
|
||||
"GuiObject.settargetw",
|
||||
"GuiObject.settargeth",
|
||||
"GuiObject.settargeta",
|
||||
"GuiObject.settargetspeed",
|
||||
"GuiObject.gototarget",
|
||||
"GuiObject.ontargetreached",
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue