Undo receptors testing alpha lock
This commit is contained in:
parent
ee7332dcf2
commit
37da68fec9
|
@ -156,7 +156,7 @@ func _ready():
|
||||||
$"/root".connect("size_changed", self, "update")
|
$"/root".connect("size_changed", self, "update")
|
||||||
|
|
||||||
func set_alpha(a):
|
func set_alpha(a):
|
||||||
alpha = 1.0 #a
|
alpha = a
|
||||||
material.set_shader_param("alpha", alpha)
|
material.set_shader_param("alpha", alpha)
|
||||||
|
|
||||||
func fade(visible: bool):
|
func fade(visible: bool):
|
||||||
|
|
Loading…
Reference in New Issue