Level 3
This commit is contained in:
parent
c2cea0a0e3
commit
a1f7b700ae
@ -36,10 +36,10 @@ unique_name_in_owner = true
|
|||||||
drag_margin_bottom = 0.3
|
drag_margin_bottom = 0.3
|
||||||
|
|
||||||
[node name="AnimatedSprite" parent="BlobbyCam/ParallaxBackground/ParallaxLayer5" index="4"]
|
[node name="AnimatedSprite" parent="BlobbyCam/ParallaxBackground/ParallaxLayer5" index="4"]
|
||||||
frame = 1
|
frame = 3
|
||||||
|
|
||||||
[node name="AnimatedSprite2" parent="BlobbyCam/ParallaxBackground/ParallaxLayer5" index="5"]
|
[node name="AnimatedSprite2" parent="BlobbyCam/ParallaxBackground/ParallaxLayer5" index="5"]
|
||||||
frame = 1
|
frame = 3
|
||||||
|
|
||||||
[node name="Blobby" parent="." instance=ExtResource( 8 )]
|
[node name="Blobby" parent="." instance=ExtResource( 8 )]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
|
|||||||
@ -40,8 +40,11 @@ wait_time = 20.0
|
|||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
drag_margin_bottom = 0.3
|
drag_margin_bottom = 0.3
|
||||||
|
|
||||||
|
[node name="AnimatedSprite" parent="BlobbyCam/ParallaxBackground/ParallaxLayer5" index="4"]
|
||||||
|
frame = 11
|
||||||
|
|
||||||
[node name="AnimatedSprite2" parent="BlobbyCam/ParallaxBackground/ParallaxLayer5" index="5"]
|
[node name="AnimatedSprite2" parent="BlobbyCam/ParallaxBackground/ParallaxLayer5" index="5"]
|
||||||
frame = 7
|
frame = 11
|
||||||
|
|
||||||
[node name="Blobby" parent="." instance=ExtResource( 9 )]
|
[node name="Blobby" parent="." instance=ExtResource( 9 )]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
@ -53,7 +56,25 @@ parameters/playback = SubResource( 4 )
|
|||||||
position = Vector2( 717, 147 )
|
position = Vector2( 717, 147 )
|
||||||
|
|
||||||
[node name="CollisionShape2D" parent="PitArea/Area2D" index="0"]
|
[node name="CollisionShape2D" parent="PitArea/Area2D" index="0"]
|
||||||
position = Vector2( 195, -87 )
|
position = Vector2( 159, -111 )
|
||||||
|
|
||||||
|
[node name="PitArea2" parent="." instance=ExtResource( 10 )]
|
||||||
|
position = Vector2( 741, 147 )
|
||||||
|
|
||||||
|
[node name="CollisionShape2D" parent="PitArea2/Area2D" index="0"]
|
||||||
|
position = Vector2( 159, -111 )
|
||||||
|
|
||||||
|
[node name="PitArea3" parent="." instance=ExtResource( 10 )]
|
||||||
|
position = Vector2( 765, 147 )
|
||||||
|
|
||||||
|
[node name="CollisionShape2D" parent="PitArea3/Area2D" index="0"]
|
||||||
|
position = Vector2( 159, -111 )
|
||||||
|
|
||||||
|
[node name="PitArea4" parent="." instance=ExtResource( 10 )]
|
||||||
|
position = Vector2( 789, 147 )
|
||||||
|
|
||||||
|
[node name="CollisionShape2D" parent="PitArea4/Area2D" index="0"]
|
||||||
|
position = Vector2( 159, -111 )
|
||||||
|
|
||||||
[node name="SimpleEnemy" parent="." instance=ExtResource( 12 )]
|
[node name="SimpleEnemy" parent="." instance=ExtResource( 12 )]
|
||||||
position = Vector2( 1857, -13 )
|
position = Vector2( 1857, -13 )
|
||||||
@ -224,3 +245,6 @@ position = Vector2( 3279, -192 )
|
|||||||
[editable path="BlobbyCam"]
|
[editable path="BlobbyCam"]
|
||||||
[editable path="Blobby"]
|
[editable path="Blobby"]
|
||||||
[editable path="PitArea"]
|
[editable path="PitArea"]
|
||||||
|
[editable path="PitArea2"]
|
||||||
|
[editable path="PitArea3"]
|
||||||
|
[editable path="PitArea4"]
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -36,7 +36,7 @@ size_flags_horizontal = 3
|
|||||||
size_flags_vertical = 3
|
size_flags_vertical = 3
|
||||||
size_flags_stretch_ratio = 0.0
|
size_flags_stretch_ratio = 0.0
|
||||||
custom_fonts/font = ExtResource( 2 )
|
custom_fonts/font = ExtResource( 2 )
|
||||||
text = "Thanks Mom!"
|
text = "Thanks for playing :)"
|
||||||
autowrap = true
|
autowrap = true
|
||||||
|
|
||||||
[node name="StatsLabel" parent="." instance=ExtResource( 6 )]
|
[node name="StatsLabel" parent="." instance=ExtResource( 6 )]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user