-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMenu.tscn
More file actions
27 lines (21 loc) · 877 Bytes
/
Menu.tscn
File metadata and controls
27 lines (21 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[gd_scene load_steps=3 format=3 uid="uid://d07yn6bj34kvn"]
[ext_resource type="Script" path="res://Menu.gd" id="1_871q8"]
[ext_resource type="Texture2D" uid="uid://6vcwhxsmhh2l" path="res://assets/stations/inside/dockingbays/dockingbay1.webp" id="2_mpjw8"]
[node name="Menu" type="Node2D"]
script = ExtResource("1_871q8")
[node name="Panel" type="Panel" parent="."]
offset_right = 1535.0
offset_bottom = 1150.0
[node name="Sprite2D" type="Sprite2D" parent="Panel"]
position = Vector2(749, 693)
scale = Vector2(1.5, 1.5)
texture = ExtResource("2_mpjw8")
[node name="StartGameButton" type="Button" parent="Panel"]
layout_mode = 0
offset_left = 635.0
offset_top = 64.0
offset_right = 856.0
offset_bottom = 128.0
theme_override_font_sizes/font_size = 30
text = "Launch"
[connection signal="pressed" from="Panel/StartGameButton" to="." method="_on_start_game_button_pressed"]