Small changes
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ void vertex() {
|
||||
void fragment() {
|
||||
vec4 as = texture(screen_texture,SCREEN_UV);
|
||||
vec4 a2s = texture(TEXTURE,UV);
|
||||
vec4 fart = a2s * (0.1 + as.bgra);
|
||||
vec4 fart = a2s * (0.1 + as.brga);
|
||||
COLOR = fart * intensity;
|
||||
}
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ autowrap_mode = 0
|
||||
|
||||
[node name="Directory" type="Label" parent="HSplitContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "directory not found"
|
||||
text = "Directory"
|
||||
label_settings = SubResource("LabelSettings_ky8oc")
|
||||
clip_text = true
|
||||
|
||||
|
||||
+1
-1
@@ -39,7 +39,7 @@ func CorrectlyName():
|
||||
if !PlaylistLocation == "":
|
||||
directory.text = PlaylistLocation
|
||||
else:
|
||||
directory.text = "directory not found"
|
||||
directory.text = "Directory not found"
|
||||
push_error("Directory not found!")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user