-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeny.tscn
44 lines (35 loc) · 1.71 KB
/
meny.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
[gd_scene load_steps=6 format=3 uid="uid://cexucijqotxtq"]
[ext_resource type="Script" path="res://Meny.gd" id="1_nqjig"]
[ext_resource type="Texture2D" uid="uid://cr6ps1xexmcwe" path="res://volum kanpp.png" id="2_45oto"]
[ext_resource type="Texture2D" uid="uid://b1riaevxvka2b" path="res://resume_button.webp" id="3_m34qk"]
[ext_resource type="Script" path="res://resume to game button.gd" id="4_mq2n7"]
[ext_resource type="AudioStream" uid="uid://ci52gqoqgwkje" path="res://brackeys_platformer_assets/music/Monkeys Spinning Monkeys.mp3" id="5_yl7ll"]
[node name="Meny" type="Node2D"]
position = Vector2(1, 0)
script = ExtResource("1_nqjig")
[node name="MarginContainer" type="MarginContainer" parent="."]
offset_top = 2.0
offset_right = 468.0
offset_bottom = 256.0
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
layout_mode = 2
[node name="Volum" type="TouchScreenButton" parent="MarginContainer/VBoxContainer"]
texture_filter = 1
position = Vector2(82, -14)
scale = Vector2(0.921875, 0.95873)
texture_normal = ExtResource("2_45oto")
[node name="HSlider" type="HSlider" parent="MarginContainer/VBoxContainer/Volum"]
offset_left = 290.0
offset_top = -8.0
offset_right = 1159.0
offset_bottom = 268.0
[node name="resume to game" type="TouchScreenButton" parent="MarginContainer/VBoxContainer"]
position = Vector2(51, 311)
scale = Vector2(0.623047, 0.623047)
texture_normal = ExtResource("3_m34qk")
action = "resume"
script = ExtResource("4_mq2n7")
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
stream = ExtResource("5_yl7ll")
autoplay = true
[connection signal="pressed" from="MarginContainer/VBoxContainer/resume to game" to="MarginContainer/VBoxContainer/resume to game" method="_on_pressed"]