diff options
author | IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> | 2022-07-17 06:33:18 +0200 |
---|---|---|
committer | IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> | 2022-07-17 06:33:18 +0200 |
commit | 6cdf5b1fc587bfa7f3ed8b3388c232269946a5da (patch) | |
tree | 24a3c1b8215f0a8ab03afaac7ea0deecc8040882 /godot/scenes/Menu.tscn | |
parent | 2463d0532a63ae4d7f67dbd56d9d886b214b2ac5 (diff) | |
download | 2022-6cdf5b1fc587bfa7f3ed8b3388c232269946a5da.tar.gz 2022-6cdf5b1fc587bfa7f3ed8b3388c232269946a5da.tar.bz2 2022-6cdf5b1fc587bfa7f3ed8b3388c232269946a5da.zip |
small UI changes
Diffstat (limited to 'godot/scenes/Menu.tscn')
-rw-r--r-- | godot/scenes/Menu.tscn | 55 |
1 files changed, 50 insertions, 5 deletions
diff --git a/godot/scenes/Menu.tscn b/godot/scenes/Menu.tscn index 792bc28..8ee96d2 100644 --- a/godot/scenes/Menu.tscn +++ b/godot/scenes/Menu.tscn @@ -1,8 +1,7 @@ -[gd_scene load_steps=4 format=2] +[gd_scene load_steps=3 format=2] [ext_resource path="res://assets/theme.tres" type="Theme" id=1] [ext_resource path="res://scenes/Menu.gd" type="Script" id=2] -[ext_resource path="res://assets/sounds/main_menu.mp3" type="AudioStream" id=3] [node name="Menu" type="Control"] anchor_right = 1.0 @@ -39,9 +38,55 @@ margin_bottom = 251.0 focus_neighbour_bottom = NodePath("../StartButton") text = "Quit" -[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] -stream = ExtResource( 3 ) -autoplay = true +[node name="Label" type="Label" parent="."] +margin_left = 584.0 +margin_top = 28.0 +margin_right = 1304.0 +margin_bottom = 156.0 +theme = ExtResource( 1 ) +text = "Golf with your Dice" +align = 1 +valign = 1 + +[node name="Credits" type="VBoxContainer" parent="."] +anchor_left = 0.8 +anchor_top = 0.6 +anchor_right = 1.0 +anchor_bottom = 7.0 + +[node name="Label" type="Label" parent="Credits"] +margin_right = 384.0 +margin_bottom = 51.0 +theme = ExtResource( 1 ) +text = "CREDITS" + +[node name="RichTextLabel" type="RichTextLabel" parent="Credits"] +margin_top = 55.0 +margin_right = 384.0 +margin_bottom = 370.0 +theme = ExtResource( 1 ) +text = "PROGRAMMING +[Celeste] +[Ice] +[Perivesta] + + +ART +[Scarabeaver] + + +MUSIC FROM FREESOUND:ORG: + +Main Menu: +\"Relaxing Music\" by Migfus20 +https://freesound.org/s/586538/ + +In Game: +\"Background Music\" by Migfus20 +https://freesound.org/s/586838/ + +" +fit_content_height = true [connection signal="pressed" from="VBoxContainer/StartButton" to="." method="_on_StartButton_pressed"] [connection signal="pressed" from="VBoxContainer/QuitButton" to="." method="_on_QuitButton_pressed"] |