-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEndGame.tscn
29 lines (24 loc) · 1.01 KB
/
EndGame.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
[gd_scene load_steps=4 format=3 uid="uid://ccpopfdwv60pl"]
[ext_resource type="Texture2D" uid="uid://cajrt0vwhwtjn" path="res://assets/textures/happy snowman.jpg" id="1_3pef3"]
[ext_resource type="Texture2D" uid="uid://hkl2a371y1ll" path="res://assets/textures/Good-job-12-11-2024.png" id="2_ws6k5"]
[ext_resource type="AudioStream" uid="uid://ma7orsfq75e2" path="res://assets/sounds/Hooray! Sound Effect.mp3" id="3_ohwqb"]
[node name="Control" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="HappySnowman" type="Sprite2D" parent="."]
position = Vector2(590, 291)
scale = Vector2(0.225795, 0.225795)
texture = ExtResource("1_3pef3")
[node name="Good-job-12-11-2024" type="Sprite2D" parent="."]
position = Vector2(361, 278)
rotation = -0.261799
scale = Vector2(0.713, 0.713)
texture = ExtResource("2_ws6k5")
[node name="Yippee" type="AudioStreamPlayer" parent="."]
stream = ExtResource("3_ohwqb")
volume_db = -28.204
autoplay = true