-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFinalSacrificeMenu.tscn
More file actions
47 lines (39 loc) · 1.82 KB
/
FinalSacrificeMenu.tscn
File metadata and controls
47 lines (39 loc) · 1.82 KB
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
[gd_scene load_steps=7 format=3 uid="uid://kbsx7yp25ebj"]
[ext_resource type="Script" uid="uid://b0t56ljv63cxy" path="res://control.gd" id="1_1d7bd"]
[ext_resource type="Texture2D" uid="uid://cbrqyashwstxn" path="res://assets/Sacrifices.png" id="2_lal5d"]
[ext_resource type="Texture2D" uid="uid://6omi5i0ji86n" path="res://assets/NotLeft.png" id="3_h5p8q"]
[ext_resource type="Texture2D" uid="uid://drmylworw0231" path="res://assets/NotLeftSelected.png" id="4_h3mxy"]
[ext_resource type="Texture2D" uid="uid://csaatgiatnmoa" path="res://assets/NotRight.png" id="5_51xav"]
[ext_resource type="Texture2D" uid="uid://c1j8tsqhs24md" path="res://assets/NotRightSelected.png" id="6_mx7fr"]
[node name="CanvasLayer" type="CanvasLayer"]
[node name="Control" type="Control" parent="."]
layout_mode = 3
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
script = ExtResource("1_1d7bd")
[node name="Panel" type="Panel" parent="Control"]
layout_mode = 0
offset_right = 1148.0
offset_bottom = 646.0
[node name="TextureButton" type="TextureButton" parent="Control/Panel"]
layout_mode = 0
offset_left = 248.0
offset_top = 183.0
offset_right = 548.0
offset_bottom = 583.0
texture_normal = ExtResource("3_h5p8q")
texture_hover = ExtResource("4_h3mxy")
[node name="TextureButton2" type="TextureButton" parent="Control/Panel"]
layout_mode = 0
offset_left = 596.0
offset_top = 182.0
offset_right = 896.0
offset_bottom = 582.0
texture_normal = ExtResource("5_51xav")
texture_hover = ExtResource("6_mx7fr")
[node name="Sacrifices" type="Sprite2D" parent="Control/Panel"]
position = Vector2(585, 96)
texture = ExtResource("2_lal5d")
[connection signal="pressed" from="Control/Panel/TextureButton" to="Control" method="_on_texture_button_pressed"]
[connection signal="pressed" from="Control/Panel/TextureButton2" to="Control" method="_on_texture_button_2_pressed"]