Small changes

This commit is contained in:
notdraimdev
2024-09-09 23:10:02 +02:00
parent 1f8d5098bd
commit 9d86b9df02
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;
}
+1 -1
View File
@@ -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
View File
@@ -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!")