-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain_scene.tscn
More file actions
105 lines (86 loc) · 3.12 KB
/
Copy pathmain_scene.tscn
File metadata and controls
105 lines (86 loc) · 3.12 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
[gd_scene load_steps=13 format=3 uid="uid://dsc14urvxvdjy"]
[ext_resource type="Script" uid="uid://c7ive5mer3y55" path="res://main_scene.gd" id="1_0f027"]
[ext_resource type="Script" uid="uid://b7520a68eefly" path="res://HookScript.cs" id="2_2c62f"]
[ext_resource type="Texture2D" uid="uid://cjexmrcuoytnl" path="res://Mushroom with VFX/Mushroom-Hit.png" id="3_gyfs4"]
[ext_resource type="Texture2D" uid="uid://bfkxb1eaxru8k" path="res://Sunnyside_World_Assets/UI/label_middle.png" id="4_8mm7a"]
[ext_resource type="Texture2D" uid="uid://bhjeaihwc5pqu" path="res://Sunnyside_World_Assets/UI/label_right.png" id="5_hq1ik"]
[sub_resource type="Environment" id="Environment_2c62f"]
[sub_resource type="AtlasTexture" id="AtlasTexture_d5x1h"]
atlas = ExtResource("3_gyfs4")
region = Rect2(0, 0, 80, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_8mm7a"]
atlas = ExtResource("3_gyfs4")
region = Rect2(80, 0, 80, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_hq1ik"]
atlas = ExtResource("3_gyfs4")
region = Rect2(160, 0, 80, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_nfk4m"]
atlas = ExtResource("3_gyfs4")
region = Rect2(240, 0, 80, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_66tet"]
atlas = ExtResource("3_gyfs4")
region = Rect2(320, 0, 80, 64)
[sub_resource type="SpriteFrames" id="SpriteFrames_wr18j"]
animations = [{
"frames": [{
"duration": 0.2,
"texture": SubResource("AtlasTexture_d5x1h")
}, {
"duration": 0.2,
"texture": SubResource("AtlasTexture_8mm7a")
}, {
"duration": 0.2,
"texture": SubResource("AtlasTexture_hq1ik")
}, {
"duration": 0.2,
"texture": SubResource("AtlasTexture_nfk4m")
}, {
"duration": 0.2,
"texture": SubResource("AtlasTexture_66tet")
}],
"loop": false,
"name": &"Hit",
"speed": 5.0
}]
[node name="MainScene" type="Node2D"]
script = ExtResource("1_0f027")
[node name="HookNode" type="Node" parent="."]
script = ExtResource("2_2c62f")
[node name="Camera2D" type="Camera2D" parent="."]
position = Vector2(576, 324)
[node name="Node2D" type="Node2D" parent="."]
position = Vector2(493, 330)
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_2c62f")
[node name="ColorRect" type="ColorRect" parent="."]
offset_left = 488.0
offset_top = 269.0
offset_right = 588.0
offset_bottom = 369.0
color = Color(1, 1, 1, 0)
[node name="LabelMiddle" type="Sprite2D" parent="ColorRect"]
position = Vector2(51, 64)
scale = Vector2(3.6, 1.84)
texture = ExtResource("4_8mm7a")
[node name="LabelRight" type="Sprite2D" parent="ColorRect/LabelMiddle"]
position = Vector2(10, 0)
texture = ExtResource("5_hq1ik")
[node name="LabelRight2" type="Sprite2D" parent="ColorRect/LabelMiddle"]
position = Vector2(-10, 0)
texture = ExtResource("5_hq1ik")
flip_h = true
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="ColorRect"]
position = Vector2(50, 4)
scale = Vector2(1.5, 1.5)
sprite_frames = SubResource("SpriteFrames_wr18j")
animation = &"Hit"
frame = 4
frame_progress = 1.0
[node name="Label" type="Label" parent="ColorRect"]
layout_mode = 0
offset_left = 18.0
offset_top = 52.0
offset_right = 92.0
offset_bottom = 75.0
vertical_alignment = 1
text_overrun_behavior = 3