From 37da68fec96d341e1920c2ae1c7992b24f9d9c15 Mon Sep 17 00:00:00 2001 From: Luke Hubmayer-Werner Date: Sat, 30 Jan 2021 02:24:21 +1030 Subject: [PATCH] Undo receptors testing alpha lock --- scripts/Receptors.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Receptors.gd b/scripts/Receptors.gd index 332d419..9a74875 100644 --- a/scripts/Receptors.gd +++ b/scripts/Receptors.gd @@ -156,7 +156,7 @@ func _ready(): $"/root".connect("size_changed", self, "update") func set_alpha(a): - alpha = 1.0 #a + alpha = a material.set_shader_param("alpha", alpha) func fade(visible: bool):