-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtitB873.tmp
66 lines (54 loc) · 2.17 KB
/
titB873.tmp
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
[gd_scene load_steps=5 format=3 uid="uid://dt8d5xxmfxb37"]
[ext_resource type="Script" path="res://title_scene.gd" id="1_ew7ax"]
[ext_resource type="Texture2D" uid="uid://xe83k487ik8l" path="res://duckhunt.png" id="1_galc3"]
[ext_resource type="FontFile" uid="uid://b5yk6kasstjkb" path="res://Material Duck Hunt/Material Duck Hunt/PressStart2P.ttf" id="2_beogl"]
[sub_resource type="Theme" id="Theme_5sohi"]
[node name="TitleScene" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -1228.0
offset_top = 175.0
offset_right = 511.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_ew7ax")
[node name="bg" type="TextureRect" parent="."]
layout_mode = 0
offset_left = 979.0
offset_top = -181.0
offset_right = 2259.0
offset_bottom = 539.0
texture = ExtResource("1_galc3")
[node name="MarginContainer" type="MarginContainer" parent="."]
layout_mode = 0
offset_left = 1548.0
offset_top = 180.0
offset_right = 2442.0
offset_bottom = 443.0
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer"]
layout_mode = 2
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/HBoxContainer"]
custom_minimum_size = Vector2(150, 0)
layout_mode = 2
theme_override_constants/separation = 1
alignment = 1
[node name="Logo" type="TextureRect" parent="MarginContainer/HBoxContainer/VBoxContainer"]
layout_mode = 2
[node name="Game" type="Button" parent="MarginContainer/HBoxContainer/VBoxContainer"]
layout_mode = 2
theme = SubResource("Theme_5sohi")
theme_type_variation = &"FlatButton"
theme_override_fonts/font = ExtResource("2_beogl")
text = "GAME"
[node name="Quit" type="Button" parent="MarginContainer/HBoxContainer/VBoxContainer"]
layout_mode = 2
theme = SubResource("Theme_5sohi")
theme_type_variation = &"FlatButton"
theme_override_fonts/font = ExtResource("2_beogl")
text = "QUIT"
[node name="Character" type="TextureRect" parent="MarginContainer/HBoxContainer"]
layout_mode = 2
[connection signal="pressed" from="MarginContainer/HBoxContainer/VBoxContainer/Game" to="." method="_on_game_pressed"]
[connection signal="pressed" from="MarginContainer/HBoxContainer/VBoxContainer/Quit" to="." method="_on_quit_pressed"]