removed shard titles

This commit is contained in:
pennyrigate 2025-08-05 18:58:36 -04:00
parent b737c53bf7
commit 64c8e5b29f
2 changed files with 3 additions and 1 deletions

View file

@ -29,7 +29,7 @@ func _ready():
$DeathsHead.visible = true
#Change text to song name
var music = $Music
music.text = song_name
music.text = "Bacon Nog"
yield(get_tree(), "idle_frame")
var tween = create_tween()
tween.tween_property(music, "rect_position:x", 254.0 - music.rect_size.x, 1.0)