-
Notifications
You must be signed in to change notification settings - Fork 0
/
MainMenu.tscn
58 lines (50 loc) · 1.71 KB
/
MainMenu.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
[gd_scene load_steps=6 format=3 uid="uid://8opbj5xpdkn"]
[ext_resource type="VideoStream" path="res://Videos/9809-221185519.ogv" id="1_hiu3g"]
[ext_resource type="Texture2D" uid="uid://cn2imsxgn6aj0" path="res://PNG/tangram_puzzle_title.png" id="2_dhtix"]
[ext_resource type="Texture2D" uid="uid://612x3cx67pvq" path="res://PNG/person.png" id="3_8m5hf"]
[ext_resource type="Texture2D" uid="uid://2p185iod38x2" path="res://PNG/robot.png" id="4_3k7ef"]
[ext_resource type="Texture2D" uid="uid://bcgo80dbly8h7" path="res://PNG/eye.png" id="5_r1gpm"]
[node name="Main Menu" type="Control"]
layout_mode = 3
anchors_preset = 0
offset_right = 1152.0
offset_bottom = 648.0
[node name="BackGroundVideo" type="VideoStreamPlayer" parent="."]
layout_mode = 0
offset_left = -144.0
offset_top = -56.0
offset_right = 1776.0
offset_bottom = 1032.0
scale = Vector2(0.75, 0.75)
stream = ExtResource("1_hiu3g")
autoplay = true
loop = true
[node name="TitleName" type="Sprite2D" parent="."]
position = Vector2(565, 168)
texture = ExtResource("2_dhtix")
[node name="MenuChoices" type="VBoxContainer" parent="."]
layout_mode = 0
offset_left = 440.0
offset_top = 256.0
offset_right = 680.0
offset_bottom = 576.0
[node name="NoAIChoice" type="Button" parent="MenuChoices"]
custom_minimum_size = Vector2(0, 40)
layout_mode = 2
action_mode = 0
text = "Play without AI"
icon = ExtResource("3_8m5hf")
[node name="TurnBasedAI" type="Button" parent="MenuChoices"]
custom_minimum_size = Vector2(0, 40)
layout_mode = 2
action_mode = 0
text = "Turn Based with AI
"
icon = ExtResource("4_3k7ef")
[node name="SoloAI" type="Button" parent="MenuChoices"]
custom_minimum_size = Vector2(0, 40)
layout_mode = 2
action_mode = 0
text = "Watch AI play
"
icon = ExtResource("5_r1gpm")