removed shard titles
This commit is contained in:
parent
b737c53bf7
commit
64c8e5b29f
2 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,7 @@ func _ready():
|
||||||
$DeathsHead.visible = true
|
$DeathsHead.visible = true
|
||||||
#Change text to song name
|
#Change text to song name
|
||||||
var music = $Music
|
var music = $Music
|
||||||
music.text = song_name
|
music.text = "Bacon Nog"
|
||||||
yield(get_tree(), "idle_frame")
|
yield(get_tree(), "idle_frame")
|
||||||
var tween = create_tween()
|
var tween = create_tween()
|
||||||
tween.tween_property(music, "rect_position:x", 254.0 - music.rect_size.x, 1.0)
|
tween.tween_property(music, "rect_position:x", 254.0 - music.rect_size.x, 1.0)
|
||||||
|
|
|
@ -181,6 +181,7 @@ theme = ExtResource( 10 )
|
||||||
text = "00:00:00"
|
text = "00:00:00"
|
||||||
|
|
||||||
[node name="Music" type="Label" parent="."]
|
[node name="Music" type="Label" parent="."]
|
||||||
|
visible = false
|
||||||
material = ExtResource( 8 )
|
material = ExtResource( 8 )
|
||||||
anchor_left = 1.0
|
anchor_left = 1.0
|
||||||
anchor_top = 1.0
|
anchor_top = 1.0
|
||||||
|
@ -193,6 +194,7 @@ text = "♫Music"
|
||||||
align = 2
|
align = 2
|
||||||
|
|
||||||
[node name="ShardTitle" type="Label" parent="."]
|
[node name="ShardTitle" type="Label" parent="."]
|
||||||
|
visible = false
|
||||||
material = SubResource( 3 )
|
material = SubResource( 3 )
|
||||||
margin_left = 256.0
|
margin_left = 256.0
|
||||||
margin_top = 182.0
|
margin_top = 182.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue