put more text on menus

This commit is contained in:
pennyrigate 2023-07-27 22:33:03 -04:00
parent f14e8ebdd0
commit 8ba46dc705
23 changed files with 373 additions and 69 deletions

View file

@ -5,6 +5,7 @@
[ext_resource path="res://graphics/hud/listen_to_the_future.png" type="Texture" id=3]
[ext_resource path="res://ui/2ndpuberty_outline.tres" type="Material" id=4]
[ext_resource path="res://ui/theme.tres" type="Theme" id=5]
[ext_resource path="res://audio/sounds/key.wav" type="AudioStream" id=6]
[ext_resource path="res://graphics/hud/sound_test_title.png" type="Texture" id=11]
[ext_resource path="res://graphics/player/sg_headphones.png" type="Texture" id=12]
[ext_resource path="res://menus/music_select.gd" type="Script" id=13]
@ -33,7 +34,6 @@
[ext_resource path="res://audio/sounds/die_robot.wav" type="AudioStream" id=36]
[ext_resource path="res://audio/sounds/boss_hurt.wav" type="AudioStream" id=37]
[ext_resource path="res://audio/sounds/sword.ogg" type="AudioStream" id=38]
[ext_resource path="res://audio/sounds/key.ogg" type="AudioStream" id=39]
[ext_resource path="res://audio/sounds/a_egg_collect.ogg" type="AudioStream" id=40]
[ext_resource path="res://audio/sounds/a_bmilc.ogg" type="AudioStream" id=41]
[ext_resource path="res://audio/sounds/a_climb.ogg" type="AudioStream" id=42]
@ -107,6 +107,7 @@ material = SubResource( 12 )
position = Vector2( 72, 152 )
scale = Vector2( 2, 2 )
frames = SubResource( 15 )
frame = 1
playing = true
[node name="AnimatedSprite3" type="AnimatedSprite" parent="."]
@ -114,6 +115,7 @@ material = SubResource( 12 )
position = Vector2( 112, 152 )
scale = Vector2( 2, 2 )
frames = SubResource( 15 )
frame = 1
playing = true
[node name="AnimatedSprite4" type="AnimatedSprite" parent="."]
@ -121,6 +123,7 @@ material = SubResource( 12 )
position = Vector2( 152, 152 )
scale = Vector2( 2, 2 )
frames = SubResource( 15 )
frame = 1
playing = true
[node name="AnimatedSprite5" type="AnimatedSprite" parent="."]
@ -128,6 +131,7 @@ material = SubResource( 12 )
position = Vector2( 192, 152 )
scale = Vector2( 2, 2 )
frames = SubResource( 15 )
frame = 1
playing = true
[node name="Music" type="TextureButton" parent="."]
@ -163,7 +167,7 @@ margin_left = 8.0
margin_top = 14.0
margin_right = 152.0
margin_bottom = 32.0
text = "Rumble"
text = "Get Shard"
align = 1
valign = 1
@ -177,7 +181,7 @@ focus_neighbour_top = NodePath("../Music")
texture_focused = ExtResource( 27 )
script = ExtResource( 16 )
titles = [ "Jump", "Double Jump", "Die", "Climb Down", "Climb Up", "Shoot Arrow", "Game Over", "Collect Key", "Collect Star", "Collect Arrow", "Bone Rattle", "Scrump Hurt", "Scrump Die", "Explosion", "Bubble", "Button", "Sword" ]
sounds = [ ExtResource( 25 ), ExtResource( 34 ), ExtResource( 30 ), ExtResource( 41 ), ExtResource( 42 ), ExtResource( 32 ), ExtResource( 35 ), ExtResource( 39 ), ExtResource( 43 ), ExtResource( 40 ), ExtResource( 33 ), ExtResource( 37 ), ExtResource( 31 ), ExtResource( 36 ), ExtResource( 24 ), ExtResource( 29 ), ExtResource( 38 ) ]
sounds = [ ExtResource( 25 ), ExtResource( 34 ), ExtResource( 30 ), ExtResource( 41 ), ExtResource( 42 ), ExtResource( 32 ), ExtResource( 35 ), ExtResource( 6 ), ExtResource( 43 ), ExtResource( 40 ), ExtResource( 33 ), ExtResource( 37 ), ExtResource( 31 ), ExtResource( 36 ), ExtResource( 24 ), ExtResource( 29 ), ExtResource( 38 ) ]
[node name="SoundLabel" type="Label" parent="Sound"]
material = ExtResource( 4 )