[gd_scene load_steps=5 format=3 uid="uid://dc8jcyubx5hv7"] [ext_resource type="Script" path="res://src/Launcher.gd" id="1_cf26g"] [ext_resource type="Texture2D" uid="uid://d3sh54nbyqqiu" path="res://GFX/menu/launcher.jpg" id="2_6ldjf"] [ext_resource type="PackedScene" uid="uid://5ktmpg8aurb7" path="res://scenes/gui/Button.tscn" id="3_nah2s"] [ext_resource type="FontFile" uid="uid://xe31montgcoo" path="res://GFX/font/cour/Courier New.ttf" id="4_8vkjh"] [node name="Launcher" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_cf26g") [node name="BG" type="TextureRect" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("2_6ldjf") [node name="Launch" parent="." instance=ExtResource("3_nah2s")] custom_minimum_size = Vector2(100, 30) offset_left = 520.0 offset_top = 375.0 offset_right = 620.0 offset_bottom = 405.0 border_size = 2 font = ExtResource("4_8vkjh") text = "LAUNCH" text_size = 58 [node name="Exit" parent="." instance=ExtResource("3_nah2s")] custom_minimum_size = Vector2(100, 30) offset_left = 520.0 offset_top = 430.0 offset_right = 620.0 offset_bottom = 460.0 border_size = 2 font = ExtResource("4_8vkjh") text = "EXIT" text_size = 58