98 lines
2.8 KiB
Text
98 lines
2.8 KiB
Text
[gd_scene load_steps=7 format=2]
|
|
|
|
[ext_resource path="res://common/fonts/ComicNeue-Bold.ttf" type="DynamicFontData" id=1]
|
|
[ext_resource path="res://scenes/levels/00/snore.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="DynamicFont" id=4]
|
|
size = 100
|
|
outline_size = 4
|
|
font_data = ExtResource( 1 )
|
|
|
|
[sub_resource type="DynamicFont" id=5]
|
|
size = 200
|
|
outline_size = 4
|
|
font_data = ExtResource( 1 )
|
|
|
|
[sub_resource type="DynamicFont" id=6]
|
|
size = 250
|
|
outline_size = 4
|
|
font_data = ExtResource( 1 )
|
|
|
|
[sub_resource type="Animation" id=7]
|
|
resource_name = "zzz"
|
|
length = 3.0
|
|
loop = true
|
|
tracks/0/type = "value"
|
|
tracks/0/path = NodePath("z1:modulate")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/keys = {
|
|
"times": PoolRealArray( 0, 0.5, 1, 1.5, 2, 2.5, 3 ),
|
|
"transitions": PoolRealArray( 1, 1, 1, 1, 1, 1, 1 ),
|
|
"update": 0,
|
|
"values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 0 ) ]
|
|
}
|
|
tracks/1/type = "value"
|
|
tracks/1/path = NodePath("z2:modulate")
|
|
tracks/1/interp = 1
|
|
tracks/1/loop_wrap = true
|
|
tracks/1/imported = false
|
|
tracks/1/enabled = true
|
|
tracks/1/keys = {
|
|
"times": PoolRealArray( 0, 1, 1.5, 2, 2.5, 3 ),
|
|
"transitions": PoolRealArray( 1, 1, 1, 1, 1, 1 ),
|
|
"update": 0,
|
|
"values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 0 ) ]
|
|
}
|
|
tracks/2/type = "value"
|
|
tracks/2/path = NodePath("z3:modulate")
|
|
tracks/2/interp = 1
|
|
tracks/2/loop_wrap = true
|
|
tracks/2/imported = false
|
|
tracks/2/enabled = true
|
|
tracks/2/keys = {
|
|
"times": PoolRealArray( 0, 1.5, 2, 2.5, 3 ),
|
|
"transitions": PoolRealArray( 1, 1, 1, 1, 1 ),
|
|
"update": 0,
|
|
"values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0 ) ]
|
|
}
|
|
|
|
[node name="Snore" type="ReferenceRect"]
|
|
margin_left = 315.0
|
|
margin_top = 630.0
|
|
margin_right = 700.0
|
|
margin_bottom = 1050.0
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="z1" type="Label" parent="."]
|
|
margin_top = 315.0
|
|
margin_right = 385.0
|
|
margin_bottom = 430.0
|
|
rect_pivot_offset = Vector2( 70, 0 )
|
|
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
|
custom_fonts/font = SubResource( 4 )
|
|
text = "Z"
|
|
|
|
[node name="z2" type="Label" parent="."]
|
|
margin_left = 70.0
|
|
margin_top = 105.0
|
|
margin_right = 185.0
|
|
margin_bottom = 335.0
|
|
rect_pivot_offset = Vector2( 70, 0 )
|
|
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
|
custom_fonts/font = SubResource( 5 )
|
|
text = "Z"
|
|
|
|
[node name="z3" type="Label" parent="."]
|
|
margin_left = 245.0
|
|
margin_right = 389.0
|
|
margin_bottom = 288.0
|
|
rect_pivot_offset = Vector2( 70, 0 )
|
|
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
|
custom_fonts/font = SubResource( 6 )
|
|
text = "Z"
|
|
|
|
[node name="anim" type="AnimationPlayer" parent="."]
|
|
anims/zzz = SubResource( 7 )
|