forked from team-sg/hero-mark-2
exit doors use keys instead of shards
This commit is contained in:
parent
9c9cc7c6b6
commit
469efad30d
8 changed files with 10 additions and 9 deletions
|
@ -533,7 +533,7 @@ shape = SubResource( 1 )
|
||||||
|
|
||||||
[node name="Exit" parent="." instance=ExtResource( 21 )]
|
[node name="Exit" parent="." instance=ExtResource( 21 )]
|
||||||
position = Vector2( 746, 36 )
|
position = Vector2( 746, 36 )
|
||||||
cost = 2
|
cost = 25
|
||||||
|
|
||||||
[node name="Shard" parent="." instance=ExtResource( 20 )]
|
[node name="Shard" parent="." instance=ExtResource( 20 )]
|
||||||
position = Vector2( 656, 104 )
|
position = Vector2( 656, 104 )
|
||||||
|
|
|
@ -537,4 +537,4 @@ __meta__ = {
|
||||||
|
|
||||||
[node name="Exit" parent="." instance=ExtResource( 24 )]
|
[node name="Exit" parent="." instance=ExtResource( 24 )]
|
||||||
position = Vector2( 760, 116 )
|
position = Vector2( 760, 116 )
|
||||||
cost = 2
|
cost = 25
|
||||||
|
|
|
@ -594,5 +594,6 @@ __meta__ = {
|
||||||
|
|
||||||
[node name="Exit" parent="." instance=ExtResource( 18 )]
|
[node name="Exit" parent="." instance=ExtResource( 18 )]
|
||||||
position = Vector2( 752, 164 )
|
position = Vector2( 752, 164 )
|
||||||
|
cost = 25
|
||||||
|
|
||||||
[node name="HUD" parent="." instance=ExtResource( 19 )]
|
[node name="HUD" parent="." instance=ExtResource( 19 )]
|
||||||
|
|
|
@ -170,7 +170,7 @@ position = Vector2( 720, 104 )
|
||||||
|
|
||||||
[node name="Exit" parent="Platforms" instance=ExtResource( 11 )]
|
[node name="Exit" parent="Platforms" instance=ExtResource( 11 )]
|
||||||
position = Vector2( 744, 36 )
|
position = Vector2( 744, 36 )
|
||||||
cost = 2
|
cost = 25
|
||||||
|
|
||||||
[node name="Collectibles" type="Node2D" parent="."]
|
[node name="Collectibles" type="Node2D" parent="."]
|
||||||
|
|
||||||
|
|
|
@ -671,7 +671,7 @@ song_name = "@Burnt Out"
|
||||||
|
|
||||||
[node name="Exit" parent="." instance=ExtResource( 26 )]
|
[node name="Exit" parent="." instance=ExtResource( 26 )]
|
||||||
position = Vector2( 28, -356 )
|
position = Vector2( 28, -356 )
|
||||||
cost = 2
|
cost = 25
|
||||||
|
|
||||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="." groups=["mountain_easter_egg"]]
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="." groups=["mountain_easter_egg"]]
|
||||||
anims/liftoff = SubResource( 10 )
|
anims/liftoff = SubResource( 10 )
|
||||||
|
|
|
@ -538,4 +538,4 @@ song_name = "@Cryokiller"
|
||||||
|
|
||||||
[node name="Exit" parent="." instance=ExtResource( 19 )]
|
[node name="Exit" parent="." instance=ExtResource( 19 )]
|
||||||
position = Vector2( 752, 164 )
|
position = Vector2( 752, 164 )
|
||||||
cost = 4
|
cost = 25
|
||||||
|
|
|
@ -69,7 +69,7 @@ tile_data = PoolIntArray( 393226, 536870912, 196609, 458762, 536870912, 196609,
|
||||||
[node name="Exit" parent="." instance=ExtResource( 5 )]
|
[node name="Exit" parent="." instance=ExtResource( 5 )]
|
||||||
position = Vector2( 8, 164 )
|
position = Vector2( 8, 164 )
|
||||||
z_index = 0
|
z_index = 0
|
||||||
cost = 4
|
cost = 25
|
||||||
|
|
||||||
[node name="Enemies" type="Node2D" parent="."]
|
[node name="Enemies" type="Node2D" parent="."]
|
||||||
|
|
||||||
|
|
|
@ -123,12 +123,12 @@ script = ExtResource( 2 )
|
||||||
|
|
||||||
[node name="Label" type="Label" parent="."]
|
[node name="Label" type="Label" parent="."]
|
||||||
visible = false
|
visible = false
|
||||||
margin_left = -3.0
|
margin_left = -7.0
|
||||||
margin_top = -15.0
|
margin_top = -15.0
|
||||||
margin_right = 37.0
|
margin_right = 33.0
|
||||||
margin_bottom = 5.0
|
margin_bottom = 5.0
|
||||||
theme = ExtResource( 1 )
|
theme = ExtResource( 1 )
|
||||||
text = "2"
|
text = "22"
|
||||||
|
|
||||||
[node name="Sprite" type="Sprite" parent="."]
|
[node name="Sprite" type="Sprite" parent="."]
|
||||||
material = SubResource( 1 )
|
material = SubResource( 1 )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue