Skip to content

Commit

Permalink
Past commit actually Fixes #12 this one fixes #11
Browse files Browse the repository at this point in the history
  • Loading branch information
henriiquecampos committed Mar 6, 2018
1 parent baf043c commit 8c473fe
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions screens/tutorial_screen/tutorial_screen.tscn
Expand Up @@ -456,13 +456,25 @@ tracks/3/loop_wrap = true
tracks/3/imported = false
tracks/3/enabled = true
tracks/3/keys = {
"times": PoolRealArray( 1.9 ),
"times": PoolRealArray( 2 ),
"transitions": PoolRealArray( 1 ),
"values": [ {
"args": [ true ],
"method": "set_process_input"
} ]
}
tracks/4/type = "value"
tracks/4/path = NodePath("Flute/SFX:playing")
tracks/4/interp = 1
tracks/4/loop_wrap = true
tracks/4/imported = false
tracks/4/enabled = true
tracks/4/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}

[sub_resource type="Animation" id=7]

Expand Down Expand Up @@ -948,7 +960,7 @@ use_filter = true
font_data = ExtResource( 18 )
_sections_unfolded = [ "Extra Spacing", "Font", "Settings" ]
[node name="Tutorial" instance=ExtResource( 1 )]
[node name="Tutorial" index="0" instance=ExtResource( 1 )]
script = ExtResource( 2 )
next_scene = "res://levels/level_01/level_01.tscn"
Expand Down

0 comments on commit 8c473fe

Please sign in to comment.