aboutsummaryrefslogtreecommitdiff
path: root/game/addons/MusicMetadata/UI/name_label.tres
diff options
context:
space:
mode:
author Nemrav <>2024-04-22 22:30:21 +0200
committer Nemrav <>2024-08-06 01:40:34 +0200
commit9506f4160f0bd351f0853e6e8263ea927d9ec771 (patch)
tree0a9bd4f52c01315c3b38ce641a78c33bd8562be2 /game/addons/MusicMetadata/UI/name_label.tres
parentfde15e554dc9ed458a838683c69d10262764db12 (diff)
Music and Sound Effect loading and playing
almost working music loading music list sent to godot wav loading not working mp3 metadata load wav initial load and play title theme first fix errors not related to nodetools working wav define loading and music playlists fixup error handling and playlist load song chances code style progress switch mp3 metadata addon to MusicMetadata add id3v1 mp3 metadata handling to MusicMetadata remove commented code from id3v1 sounds gd styling fix dataloader conflicts clean up commented code move MusicChance to dataloader remove reference to old addon move sfx defines loader add self to credits feedback on soundSingleton include subfolders in sound singleton sfx map replace space tabs replace std_view_to_godot_string with std_to_godot_string revise singleton files revise gd side sound final revisions
Diffstat (limited to 'game/addons/MusicMetadata/UI/name_label.tres')
-rw-r--r--game/addons/MusicMetadata/UI/name_label.tres7
1 files changed, 7 insertions, 0 deletions
diff --git a/game/addons/MusicMetadata/UI/name_label.tres b/game/addons/MusicMetadata/UI/name_label.tres
new file mode 100644
index 0000000..18cc097
--- /dev/null
+++ b/game/addons/MusicMetadata/UI/name_label.tres
@@ -0,0 +1,7 @@
+[gd_resource type="LabelSettings" format=3 uid="uid://p2u2g0bat677"]
+
+[resource]
+font_size = 17
+font_color = Color(0.683077, 0.683077, 0.683077, 1)
+outline_size = 2
+outline_color = Color(0, 0, 0, 1)