56 lines
1.8 KiB
Text
56 lines
1.8 KiB
Text
[gd_scene load_steps=6 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://0k0j6ct7kxtt" path="res://scenes/gui/SelectionList.tscn" id="3_1mhbm"]
|
|
[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="."]
|
|
texture_filter = 1
|
|
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="SelectionList" parent="." instance=ExtResource("3_1mhbm")]
|
|
layout_mode = 1
|
|
offset_left = 20.0
|
|
offset_top = 197.0
|
|
offset_right = 450.0
|
|
offset_bottom = 335.0
|
|
selectionList = ["4096x2160", "3840x2160", "2560x1440", "2048x1080", "1920x1080", "1680x1050", "1440x900", "1280x800", "1280x720", "1152x864", "1024x768", "800x600", "720x576", "720x480", "640x480"]
|
|
|
|
[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
|