default value for song title changed to include ♫
This commit is contained in:
parent
3324ff7861
commit
1ae04b7368
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
[gd_scene load_steps=14 format=2]
|
[gd_scene load_steps=13 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://graphics/hud/stars_hud.png" type="Texture" id=1]
|
[ext_resource path="res://graphics/hud/stars_hud.png" type="Texture" id=1]
|
||||||
[ext_resource path="res://graphics/hud/lives_head.png" type="Texture" id=2]
|
[ext_resource path="res://graphics/hud/lives_head.png" type="Texture" id=2]
|
||||||
|
@ -8,7 +8,6 @@
|
||||||
[ext_resource path="res://objects/hud/hud.gd" type="Script" id=6]
|
[ext_resource path="res://objects/hud/hud.gd" type="Script" id=6]
|
||||||
[ext_resource path="res://graphics/hud/key_counter.png" type="Texture" id=7]
|
[ext_resource path="res://graphics/hud/key_counter.png" type="Texture" id=7]
|
||||||
[ext_resource path="res://ui/2ndpuberty_outline.tres" type="Material" id=8]
|
[ext_resource path="res://ui/2ndpuberty_outline.tres" type="Material" id=8]
|
||||||
[ext_resource path="res://ui/2ndpuberty_no_dropshadow.tres" type="Theme" id=9]
|
|
||||||
[ext_resource path="res://ui/theme.tres" type="Theme" id=10]
|
[ext_resource path="res://ui/theme.tres" type="Theme" id=10]
|
||||||
|
|
||||||
[sub_resource type="ShaderMaterial" id=1]
|
[sub_resource type="ShaderMaterial" id=1]
|
||||||
|
@ -34,6 +33,7 @@ tracks/0/keys = {
|
||||||
[node name="HUD" type="CanvasLayer"]
|
[node name="HUD" type="CanvasLayer"]
|
||||||
layer = 100
|
layer = 100
|
||||||
script = ExtResource( 6 )
|
script = ExtResource( 6 )
|
||||||
|
song_name = "♫Rumble"
|
||||||
bonus_color = Color( 0.478431, 1, 0.47451, 1 )
|
bonus_color = Color( 0.478431, 1, 0.47451, 1 )
|
||||||
|
|
||||||
[node name="Back" type="Sprite" parent="."]
|
[node name="Back" type="Sprite" parent="."]
|
||||||
|
@ -169,8 +169,8 @@ margin_left = 150.0
|
||||||
margin_top = 180.0
|
margin_top = 180.0
|
||||||
margin_right = 348.0
|
margin_right = 348.0
|
||||||
margin_bottom = 190.0
|
margin_bottom = 190.0
|
||||||
theme = ExtResource( 9 )
|
theme = ExtResource( 10 )
|
||||||
text = "@rumble"
|
text = "♫rumble"
|
||||||
align = 2
|
align = 2
|
||||||
|
|
||||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue