forked from Chaitanyassr/Obesity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.tscn
101 lines (90 loc) · 3.22 KB
/
about.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
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
[gd_scene load_steps=22 format=2]
[ext_resource path="res://about.gd" type="Script" id=1]
[ext_resource path="res://Background/background.png" type="Texture" id=2]
[ext_resource path="res://stardate_81316.ttf" type="DynamicFontData" id=3]
[ext_resource path="res://logo/back (1).png" type="Texture" id=4]
[ext_resource path="res://logo/back (2).png" type="Texture" id=5]
[ext_resource path="res://logo/back (3).png" type="Texture" id=6]
[ext_resource path="res://logo/back (4).png" type="Texture" id=7]
[ext_resource path="res://logo/back (5).png" type="Texture" id=8]
[ext_resource path="res://logo/back (6).png" type="Texture" id=9]
[ext_resource path="res://player/frame-1.png" type="Texture" id=10]
[ext_resource path="res://player/frame-2.png" type="Texture" id=11]
[ext_resource path="res://player/frame-3.png" type="Texture" id=12]
[ext_resource path="res://player/frame-4.png" type="Texture" id=13]
[ext_resource path="res://player/frame-5.png" type="Texture" id=14]
[ext_resource path="res://player/frame-6.png" type="Texture" id=15]
[ext_resource path="res://player/frame-7.png" type="Texture" id=16]
[ext_resource path="res://player/frame-8.png" type="Texture" id=17]
[ext_resource path="res://Fartycrrok.ogg" type="AudioStream" id=18]
[sub_resource type="DynamicFont" id=1]
size = 30
font_data = ExtResource( 3 )
[sub_resource type="SpriteFrames" id=2]
animations = [ {
"frames": [ ExtResource( 4 ), ExtResource( 5 ), ExtResource( 6 ), ExtResource( 7 ), ExtResource( 8 ), ExtResource( 9 ) ],
"loop": true,
"name": "default",
"speed": 5.0
} ]
[sub_resource type="SpriteFrames" id=3]
animations = [ {
"frames": [ ExtResource( 10 ), ExtResource( 11 ), ExtResource( 12 ), ExtResource( 13 ), ExtResource( 14 ), ExtResource( 15 ), ExtResource( 16 ), ExtResource( 17 ) ],
"loop": true,
"name": "default",
"speed": 5.0
} ]
[node name="about" type="Node2D"]
script = ExtResource( 1 )
[node name="Button" type="Button" parent="."]
modulate = Color( 1, 1, 1, 0.137255 )
margin_left = -6.0
margin_top = -11.0
margin_right = 1043.0
margin_bottom = 630.0
[node name="background" type="Sprite" parent="."]
modulate = Color( 0.466667, 0.364706, 0.364706, 1 )
position = Vector2( 521.603, 294.011 )
scale = Vector2( 0.563725, 0.633845 )
texture = ExtResource( 2 )
__meta__ = {
"_edit_lock_": true
}
[node name="Label" type="Label" parent="."]
margin_left = 9.74011
margin_top = 33.1163
margin_right = 550.74
margin_bottom = 195.116
custom_fonts/font = SubResource( 1 )
text = "Special thanks to-
https://opengameart.org/content/flappy-duck-sprite-sheets
https://imgbin.com/
soundimage
Craftpix
flametext
SMRT Plugin"
__meta__ = {
"_edit_lock_": true
}
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
position = Vector2( 519.147, 301.943 )
scale = Vector2( 0.491743, 1 )
frames = SubResource( 2 )
frame = 1
playing = true
__meta__ = {
"_edit_lock_": true
}
[node name="AnimatedSprite2" type="AnimatedSprite" parent="."]
position = Vector2( 148.049, 430.512 )
scale = Vector2( 0.236006, 0.310559 )
frames = SubResource( 3 )
frame = 3
playing = true
__meta__ = {
"_edit_lock_": true
}
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
stream = ExtResource( 18 )
autoplay = true
[connection signal="pressed" from="Button" to="." method="_on_Button_pressed"]