diff --git a/graphics/hud/logo.png b/graphics/hud/logo.png index 15bffd8..5b8142b 100644 Binary files a/graphics/hud/logo.png and b/graphics/hud/logo.png differ diff --git a/menus/title_screen.tscn b/menus/title_screen.tscn index be37485..b605dc6 100644 --- a/menus/title_screen.tscn +++ b/menus/title_screen.tscn @@ -198,4 +198,13 @@ anims/blink = SubResource( 6 ) [node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] stream = ExtResource( 14 ) +[node name="Label2" type="Label" parent="."] +material = ExtResource( 4 ) +margin_left = 176.0 +margin_top = 117.0 +margin_right = 216.0 +margin_bottom = 131.0 +theme = ExtResource( 3 ) +text = "DEMO" + [connection signal="finished" from="AudioStreamPlayer" to="." method="_on_AudioStreamPlayer_finished"]