Code cleanup and minor fixes to Level 3
This commit is contained in:
@@ -177,6 +177,11 @@ position = Vector2( -49.6063, 34.526 )
|
||||
position = Vector2( 0, -4.25 )
|
||||
shape = SubResource( 5 )
|
||||
|
||||
[node name="Effects" type="Node" parent="."]
|
||||
|
||||
[node name="SlowTime" type="Node" parent="Effects"]
|
||||
script = ExtResource( 16 )
|
||||
|
||||
[node name="coin_container" type="Control" parent="."]
|
||||
margin_right = 40.0
|
||||
margin_bottom = 40.0
|
||||
@@ -184,18 +189,6 @@ __meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Countdown Timer" parent="." instance=ExtResource( 12 )]
|
||||
|
||||
[node name="HUD" parent="." instance=ExtResource( 9 )]
|
||||
|
||||
[node name="Pause Screen" parent="." instance=ExtResource( 10 )]
|
||||
|
||||
[node name="BGM" type="AudioStreamPlayer" parent="."]
|
||||
pause_mode = 2
|
||||
stream = ExtResource( 11 )
|
||||
volume_db = -12.0
|
||||
autoplay = true
|
||||
|
||||
[node name="Level 3 HUD" type="Control" parent="."]
|
||||
margin_left = 0.28064
|
||||
margin_top = -12.9083
|
||||
@@ -216,10 +209,17 @@ __meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Effects" type="Node" parent="."]
|
||||
[node name="HUD" parent="." instance=ExtResource( 9 )]
|
||||
|
||||
[node name="SlowTime" type="Node" parent="Effects"]
|
||||
script = ExtResource( 16 )
|
||||
[node name="Countdown Timer" parent="HUD" instance=ExtResource( 12 )]
|
||||
|
||||
[node name="Pause Screen" parent="." instance=ExtResource( 10 )]
|
||||
|
||||
[node name="BGM" type="AudioStreamPlayer" parent="."]
|
||||
pause_mode = 2
|
||||
stream = ExtResource( 11 )
|
||||
volume_db = -12.0
|
||||
autoplay = true
|
||||
|
||||
[connection signal="area_entered" from="YSort/DoorDetector" to="." method="_on_DoorDetector_area_entered"]
|
||||
[connection signal="ice_key_collected" from="YSort/TreasureChest" to="." method="_on_TreasureChest_ice_key_collected"]
|
||||
|
Reference in New Issue
Block a user