[gd_scene load_steps=8 format=3 uid="uid://c5bruelvqbm1k"] [ext_resource type="Script" uid="uid://c54457tbocdwk" path="res://gui/menu/scripts/menu.gd" id="1_bf3um"] [ext_resource type="Texture2D" uid="uid://bnrjnvceprxfn" path="res://stages/terrain/planet/assets/textures/sol_gamejam_normal.png" id="2_huihk"] [ext_resource type="Texture2D" uid="uid://dcn4cq53h1qiy" path="res://stages/terrain/planet/resources/textures/sol_gamejam_fleurs_transp.png" id="3_tw3kd"] [ext_resource type="Theme" uid="uid://bgcmd213j6gk1" path="res://gui/game/ressources/default_theme.tres" id="4_gd4vy"] [ext_resource type="Texture2D" uid="uid://nx4wxpr6mk8l" path="res://gui/menu/assets/texture/SeedingPlanetsLogo.png" id="5_qw60f"] [ext_resource type="Texture2D" uid="uid://03ijmo6xlytu" path="res://gui/menu/assets/texture/abre1glow.png" id="6_eji0w"] [ext_resource type="Texture2D" uid="uid://dcgnamu7sb3ov" path="res://gui/game/assets/icons/bolt.svg" id="7_qwhpj"] [node name="Root" type="Node2D"] script = ExtResource("1_bf3um") start_scene_path = "uid://d28cp7a21kwou" [node name="CanvasLayer" type="CanvasLayer" parent="."] [node name="Background1" type="TextureRect" parent="CanvasLayer"] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("2_huihk") expand_mode = 2 stretch_mode = 6 [node name="Background2" type="TextureRect" parent="CanvasLayer"] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("3_tw3kd") expand_mode = 2 stretch_mode = 6 [node name="MarginContainer" type="MarginContainer" parent="CanvasLayer"] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 theme = ExtResource("4_gd4vy") [node name="Logo" type="TextureRect" parent="CanvasLayer/MarginContainer"] z_index = 2 custom_minimum_size = Vector2(500, 0) layout_mode = 2 size_flags_horizontal = 0 size_flags_vertical = 0 texture = ExtResource("5_qw60f") expand_mode = 5 stretch_mode = 4 [node name="Tree" type="TextureRect" parent="CanvasLayer/MarginContainer"] custom_minimum_size = Vector2(500, 0) layout_mode = 2 size_flags_horizontal = 4 size_flags_vertical = 4 texture = ExtResource("6_eji0w") expand_mode = 4 stretch_mode = 4 [node name="Start" type="Button" parent="CanvasLayer/MarginContainer"] layout_mode = 2 size_flags_horizontal = 8 size_flags_vertical = 8 theme = ExtResource("4_gd4vy") theme_override_font_sizes/font_size = 33 text = "Start" icon = ExtResource("7_qwhpj") [node name="Version" type="Label" parent="CanvasLayer/MarginContainer"] layout_mode = 2 size_flags_horizontal = 8 size_flags_vertical = 0 text = "Prototype 1" [node name="Credits" type="Label" parent="CanvasLayer/MarginContainer"] layout_mode = 2 size_flags_horizontal = 0 size_flags_vertical = 8 text = "🎨 Art Céline Ferrand / Lunarde Camille Fleury 🖥️ Development / 🧩 Game Design Zacharie Guet / Zink Victor Robert Jaunet / Altaezio 🎸 Music Niels / Nilou" [connection signal="pressed" from="CanvasLayer/MarginContainer/Start" to="." method="_on_start_pressed"]