29 lines
870 B
Text
29 lines
870 B
Text
[gd_scene load_steps=4 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"]
|
|
|
|
[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="Button" parent="." instance=ExtResource("3_nah2s")]
|
|
offset_left = 267.0
|
|
offset_top = 255.0
|
|
offset_right = 417.0
|
|
offset_bottom = 305.0
|