|
@@ -14,16 +14,16 @@ bounce = 0.8
|
|
|
|
|
|
[sub_resource type="SpriteFrames" id=2]
|
|
|
animations = [ {
|
|
|
-"frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
|
|
|
-"loop": true,
|
|
|
-"name": "swim",
|
|
|
-"speed": 4.0
|
|
|
-}, {
|
|
|
"frames": [ ExtResource( 4 ), ExtResource( 5 ) ],
|
|
|
"loop": true,
|
|
|
"name": "fly",
|
|
|
"speed": 3.0
|
|
|
}, {
|
|
|
+"frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
|
|
|
+"loop": true,
|
|
|
+"name": "swim",
|
|
|
+"speed": 4.0
|
|
|
+}, {
|
|
|
"frames": [ ExtResource( 6 ), ExtResource( 7 ) ],
|
|
|
"loop": true,
|
|
|
"name": "walk",
|
|
@@ -53,4 +53,5 @@ shape = SubResource( 3 )
|
|
|
|
|
|
[node name="VisibilityNotifier2D" type="VisibilityNotifier2D" parent="."]
|
|
|
rect = Rect2( -50, -60, 100, 120 )
|
|
|
+
|
|
|
[connection signal="screen_exited" from="VisibilityNotifier2D" to="." method="_on_VisibilityNotifier2D_screen_exited"]
|