-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmenu.tscn
72 lines (63 loc) · 2.6 KB
/
menu.tscn
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[gd_scene load_steps=11 format=3 uid="uid://cupf2emkv30cf"]
[ext_resource type="Texture2D" uid="uid://b1etugf6dj58n" path="res://assets/menu/menuscreen.png" id="1_cu46l"]
[ext_resource type="Script" path="res://menu.gd" id="1_j66qw"]
[ext_resource type="Texture2D" uid="uid://bop62xie32ltu" path="res://assets/menu/PlayNormal.png" id="3_i1o55"]
[ext_resource type="Texture2D" uid="uid://s5r6bgasu3ru" path="res://assets/menu/PlayHover.png" id="4_dflgw"]
[ext_resource type="Texture2D" uid="uid://8wnoi3500jg0" path="res://assets/menu/OptionsNormal.png" id="5_jiffu"]
[ext_resource type="Texture2D" uid="uid://db0aovdbf7wla" path="res://assets/menu/OptionsHover.png" id="6_c574m"]
[ext_resource type="Texture2D" uid="uid://bjid1hcecx80r" path="res://assets/menu/ExitNormal.png" id="7_xbowb"]
[ext_resource type="Texture2D" uid="uid://pr8uaqgchc" path="res://assets/menu/ExitHover.png" id="8_mi7mu"]
[ext_resource type="PackedScene" uid="uid://w3q5m7w4upsh" path="res://options.tscn" id="9_eomwv"]
[ext_resource type="Texture2D" uid="uid://bta2jtnxqspu5" path="res://assets/menu/title.png" id="10_dikod"]
[node name="Menu" 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_j66qw")
[node name="Menuscreen" type="Sprite2D" parent="."]
position = Vector2(973, 529)
scale = Vector2(0.8, 0.8)
texture = ExtResource("1_cu46l")
metadata/_edit_lock_ = true
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -209.0
offset_top = -20.0001
offset_right = 307.0
offset_bottom = 567.0
grow_horizontal = 2
grow_vertical = 2
scale = Vector2(0.8, 0.8)
theme_override_constants/separation = 40
alignment = 1
[node name="PlayButton" type="TextureButton" parent="VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
size_flags_vertical = 4
texture_normal = ExtResource("3_i1o55")
texture_hover = ExtResource("4_dflgw")
[node name="OptionsButton" type="TextureButton" parent="VBoxContainer"]
layout_mode = 2
size_flags_vertical = 6
texture_normal = ExtResource("5_jiffu")
texture_hover = ExtResource("6_c574m")
[node name="ExitButton" type="TextureButton" parent="VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
size_flags_vertical = 6
texture_normal = ExtResource("7_xbowb")
texture_hover = ExtResource("8_mi7mu")
[node name="Options" parent="." instance=ExtResource("9_eomwv")]
visible = false
layout_mode = 1
[node name="Title" type="Sprite2D" parent="."]
position = Vector2(994, 260)
texture = ExtResource("10_dikod")