Milestone 9 Development

This commit is contained in:
patrick_pluto 2024-08-31 14:58:41 +02:00
commit 785bbd8f05
83 changed files with 1089 additions and 4525 deletions

View file

@ -1,6 +1,7 @@
[gd_scene load_steps=2 format=3 uid="uid://csemv5nsltino"]
[gd_scene load_steps=3 format=3 uid="uid://csemv5nsltino"]
[ext_resource type="Script" path="res://scripts/main_menu.gd" id="1_hvi3a"]
[ext_resource type="Texture2D" uid="uid://caj5uyx2ejf7w" path="res://assets/textures/GPLv3_Logo.svg" id="2_243a7"]
[node name="main_menu" type="Control"]
layout_mode = 3
@ -63,5 +64,17 @@ theme_override_font_sizes/font_size = 32
text = "M9 Development"
horizontal_alignment = 2
[node name="Control" type="Control" parent="."]
layout_mode = 1
anchors_preset = 2
anchor_top = 1.0
anchor_bottom = 1.0
grow_vertical = 0
[node name="GpLv3Logo" type="Sprite2D" parent="Control"]
position = Vector2(96, -48)
scale = Vector2(0.25, 0.25)
texture = ExtResource("2_243a7")
[connection signal="pressed" from="main_content/join" to="." method="_on_join_pressed"]
[connection signal="pressed" from="main_content/settings" to="." method="_on_settings_pressed"]