mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-12-05 19:20:19 -08:00
Fixed certain upside down pipe tiles in SMBLL and SMBS (#560)
This commit is contained in:
parent
01238a0f1c
commit
333ceae967
29 changed files with 15730 additions and 14170 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -56,7 +56,7 @@ nodes_to_delete = [NodePath("../WarpZone")]
|
|||
metadata/_custom_type_script = "uid://cgm3opb5qudc1"
|
||||
|
||||
[node name="Tiles" parent="ChallengeNodes" instance=ExtResource("3_qnelb")]
|
||||
tile_map_data = PackedByteArray("AAAAAAAAAAACAAAAAAAAAAEAAAACAAEAAAAAAAIAAAACAAIAAAABAAAAAAACAAAAAAABAAEAAAACAAEAAAABAAIAAAACAAIAAAACAAAAAAACAAAAAAACAAEAAAACAAEAAAACAAIAAAACAAIAAAAEAPn/AQAAAAAAAQAFAPn/AQAAAAAAAQAGAPn/AQAAAAAAAgAHAPn/AQAAAAAAAQAIAPn/AQAAAAAAAgAJAPn/AQAAAAAAAQAKAPn/AQAAAAAAAQALAPn/AQAAAAAAAgAMAPn/AQAAAAAAAQANAPn/AQAAAAAAAQABAPz/AQAAAAAAAQACAPz/AQAAAAAAAQADAPz/AQAAAAAAAgAEAPz/AQAAAAAAAQAFAPz/AQAAAAAAAgAGAPz/AQAAAAAAAQAHAPz/AQAAAAAAAQAIAPz/AQAAAAAAAgAJAPz/AQAAAAAAAQAKAPz/AQAAAAAAAQALAPz/AQAAAAAAAQACAP7/AAAKAAIAAAACAP//AAAKAAMAAAABAP7/AAALAAIAAAABAP//AAALAAMAAAA=")
|
||||
tile_map_data = PackedByteArray("AAAAAAAAAAACAAAAAAAAAAEAAAACAAEAAAAAAAIAAAACAAIAAAABAAAAAAACAAAAAAABAAEAAAACAAEAAAABAAIAAAACAAIAAAACAAAAAAACAAAAAAACAAEAAAACAAEAAAACAAIAAAACAAIAAAAEAPn/AQAAAAAAAQAFAPn/AQAAAAAAAQAGAPn/AQAAAAAAAgAHAPn/AQAAAAAAAQAIAPn/AQAAAAAAAgAJAPn/AQAAAAAAAQAKAPn/AQAAAAAAAQALAPn/AQAAAAAAAgAMAPn/AQAAAAAAAQANAPn/AQAAAAAAAQABAPz/AQAAAAAAAQACAPz/AQAAAAAAAQADAPz/AQAAAAAAAgAEAPz/AQAAAAAAAQAFAPz/AQAAAAAAAgAGAPz/AQAAAAAAAQAHAPz/AQAAAAAAAQAIAPz/AQAAAAAAAgAJAPz/AQAAAAAAAQAKAPz/AQAAAAAAAQALAPz/AQAAAAAAAQACAP7/AAAPAAIAAAACAP//AAAPAAMAAAABAP7/AAALAAIAAAABAP//AAALAAMAAAA=")
|
||||
|
||||
[node name="PipeArea" parent="ChallengeNodes" instance=ExtResource("16_d6oav")]
|
||||
position = Vector2(48, -16)
|
||||
|
|
@ -71,13 +71,13 @@ target_level = "uid://epdr670fya5e"
|
|||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/BrickBlock" to="ChallengeNodes/Tiles/BrickBlock/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/BrickBlock" to="ChallengeNodes/Tiles/BrickBlock" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/BrickBlock" to="ChallengeNodes/Tiles/BrickBlock/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67789" to="ChallengeNodes/Tiles/@AnimatableBody2D@67789/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67789" to="ChallengeNodes/Tiles/@AnimatableBody2D@67789/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67789" to="ChallengeNodes/Tiles/@AnimatableBody2D@67789" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67789" to="ChallengeNodes/Tiles/@AnimatableBody2D@67789" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67789" to="ChallengeNodes/Tiles/@AnimatableBody2D@67789/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67789" to="ChallengeNodes/Tiles/@AnimatableBody2D@67789" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67789" to="ChallengeNodes/Tiles/@AnimatableBody2D@67789/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35441" to="ChallengeNodes/Tiles/@AnimatableBody2D@35441/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35441" to="ChallengeNodes/Tiles/@AnimatableBody2D@35441/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35441" to="ChallengeNodes/Tiles/@AnimatableBody2D@35441" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35441" to="ChallengeNodes/Tiles/@AnimatableBody2D@35441" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35441" to="ChallengeNodes/Tiles/@AnimatableBody2D@35441/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35441" to="ChallengeNodes/Tiles/@AnimatableBody2D@35441" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35441" to="ChallengeNodes/Tiles/@AnimatableBody2D@35441/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/QuestionBlock" to="ChallengeNodes/Tiles/QuestionBlock/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/QuestionBlock" to="ChallengeNodes/Tiles/QuestionBlock/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/QuestionBlock" to="ChallengeNodes/Tiles/QuestionBlock" method="player_mushroom_check"]
|
||||
|
|
@ -85,129 +85,129 @@ target_level = "uid://epdr670fya5e"
|
|||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/QuestionBlock" to="ChallengeNodes/Tiles/QuestionBlock/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/QuestionBlock" to="ChallengeNodes/Tiles/QuestionBlock" method="dispense_item" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/QuestionBlock" to="ChallengeNodes/Tiles/QuestionBlock/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67790" to="ChallengeNodes/Tiles/@AnimatableBody2D@67790/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67790" to="ChallengeNodes/Tiles/@AnimatableBody2D@67790/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67790" to="ChallengeNodes/Tiles/@AnimatableBody2D@67790" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67790" to="ChallengeNodes/Tiles/@AnimatableBody2D@67790" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67790" to="ChallengeNodes/Tiles/@AnimatableBody2D@67790/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67790" to="ChallengeNodes/Tiles/@AnimatableBody2D@67790" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67790" to="ChallengeNodes/Tiles/@AnimatableBody2D@67790/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67791" to="ChallengeNodes/Tiles/@AnimatableBody2D@67791/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67791" to="ChallengeNodes/Tiles/@AnimatableBody2D@67791/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67791" to="ChallengeNodes/Tiles/@AnimatableBody2D@67791" method="player_mushroom_check"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67791" to="ChallengeNodes/Tiles/@AnimatableBody2D@67791" method="dispense_item" unbinds=1]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67791" to="ChallengeNodes/Tiles/@AnimatableBody2D@67791/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67791" to="ChallengeNodes/Tiles/@AnimatableBody2D@67791" method="dispense_item" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67791" to="ChallengeNodes/Tiles/@AnimatableBody2D@67791/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67792" to="ChallengeNodes/Tiles/@AnimatableBody2D@67792/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67792" to="ChallengeNodes/Tiles/@AnimatableBody2D@67792/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67792" to="ChallengeNodes/Tiles/@AnimatableBody2D@67792" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67792" to="ChallengeNodes/Tiles/@AnimatableBody2D@67792" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67792" to="ChallengeNodes/Tiles/@AnimatableBody2D@67792/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67792" to="ChallengeNodes/Tiles/@AnimatableBody2D@67792" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67792" to="ChallengeNodes/Tiles/@AnimatableBody2D@67792/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67793" to="ChallengeNodes/Tiles/@AnimatableBody2D@67793/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67793" to="ChallengeNodes/Tiles/@AnimatableBody2D@67793/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67793" to="ChallengeNodes/Tiles/@AnimatableBody2D@67793" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67793" to="ChallengeNodes/Tiles/@AnimatableBody2D@67793" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67793" to="ChallengeNodes/Tiles/@AnimatableBody2D@67793/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67793" to="ChallengeNodes/Tiles/@AnimatableBody2D@67793" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67793" to="ChallengeNodes/Tiles/@AnimatableBody2D@67793/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67794" to="ChallengeNodes/Tiles/@AnimatableBody2D@67794/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67794" to="ChallengeNodes/Tiles/@AnimatableBody2D@67794/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67794" to="ChallengeNodes/Tiles/@AnimatableBody2D@67794" method="player_mushroom_check"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67794" to="ChallengeNodes/Tiles/@AnimatableBody2D@67794" method="dispense_item" unbinds=1]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67794" to="ChallengeNodes/Tiles/@AnimatableBody2D@67794/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67794" to="ChallengeNodes/Tiles/@AnimatableBody2D@67794" method="dispense_item" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67794" to="ChallengeNodes/Tiles/@AnimatableBody2D@67794/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67795" to="ChallengeNodes/Tiles/@AnimatableBody2D@67795/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67795" to="ChallengeNodes/Tiles/@AnimatableBody2D@67795/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67795" to="ChallengeNodes/Tiles/@AnimatableBody2D@67795" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67795" to="ChallengeNodes/Tiles/@AnimatableBody2D@67795" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67795" to="ChallengeNodes/Tiles/@AnimatableBody2D@67795/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67795" to="ChallengeNodes/Tiles/@AnimatableBody2D@67795" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67795" to="ChallengeNodes/Tiles/@AnimatableBody2D@67795/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67796" to="ChallengeNodes/Tiles/@AnimatableBody2D@67796/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67796" to="ChallengeNodes/Tiles/@AnimatableBody2D@67796/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67796" to="ChallengeNodes/Tiles/@AnimatableBody2D@67796" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67796" to="ChallengeNodes/Tiles/@AnimatableBody2D@67796" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67796" to="ChallengeNodes/Tiles/@AnimatableBody2D@67796/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67796" to="ChallengeNodes/Tiles/@AnimatableBody2D@67796" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67796" to="ChallengeNodes/Tiles/@AnimatableBody2D@67796/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67797" to="ChallengeNodes/Tiles/@AnimatableBody2D@67797/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67797" to="ChallengeNodes/Tiles/@AnimatableBody2D@67797/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67797" to="ChallengeNodes/Tiles/@AnimatableBody2D@67797" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67797" to="ChallengeNodes/Tiles/@AnimatableBody2D@67797" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67797" to="ChallengeNodes/Tiles/@AnimatableBody2D@67797/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67797" to="ChallengeNodes/Tiles/@AnimatableBody2D@67797" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67797" to="ChallengeNodes/Tiles/@AnimatableBody2D@67797/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67798" to="ChallengeNodes/Tiles/@AnimatableBody2D@67798/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67798" to="ChallengeNodes/Tiles/@AnimatableBody2D@67798/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67798" to="ChallengeNodes/Tiles/@AnimatableBody2D@67798" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67798" to="ChallengeNodes/Tiles/@AnimatableBody2D@67798" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67798" to="ChallengeNodes/Tiles/@AnimatableBody2D@67798/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67798" to="ChallengeNodes/Tiles/@AnimatableBody2D@67798" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67798" to="ChallengeNodes/Tiles/@AnimatableBody2D@67798/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67799" to="ChallengeNodes/Tiles/@AnimatableBody2D@67799/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67799" to="ChallengeNodes/Tiles/@AnimatableBody2D@67799/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67799" to="ChallengeNodes/Tiles/@AnimatableBody2D@67799" method="player_mushroom_check"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67799" to="ChallengeNodes/Tiles/@AnimatableBody2D@67799" method="dispense_item" unbinds=1]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67799" to="ChallengeNodes/Tiles/@AnimatableBody2D@67799/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67799" to="ChallengeNodes/Tiles/@AnimatableBody2D@67799" method="dispense_item" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67799" to="ChallengeNodes/Tiles/@AnimatableBody2D@67799/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67800" to="ChallengeNodes/Tiles/@AnimatableBody2D@67800/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67800" to="ChallengeNodes/Tiles/@AnimatableBody2D@67800/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67800" to="ChallengeNodes/Tiles/@AnimatableBody2D@67800" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67800" to="ChallengeNodes/Tiles/@AnimatableBody2D@67800" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67800" to="ChallengeNodes/Tiles/@AnimatableBody2D@67800/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67800" to="ChallengeNodes/Tiles/@AnimatableBody2D@67800" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67800" to="ChallengeNodes/Tiles/@AnimatableBody2D@67800/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67801" to="ChallengeNodes/Tiles/@AnimatableBody2D@67801/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67801" to="ChallengeNodes/Tiles/@AnimatableBody2D@67801/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67801" to="ChallengeNodes/Tiles/@AnimatableBody2D@67801" method="player_mushroom_check"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67801" to="ChallengeNodes/Tiles/@AnimatableBody2D@67801" method="dispense_item" unbinds=1]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67801" to="ChallengeNodes/Tiles/@AnimatableBody2D@67801/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67801" to="ChallengeNodes/Tiles/@AnimatableBody2D@67801" method="dispense_item" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67801" to="ChallengeNodes/Tiles/@AnimatableBody2D@67801/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67802" to="ChallengeNodes/Tiles/@AnimatableBody2D@67802/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67802" to="ChallengeNodes/Tiles/@AnimatableBody2D@67802/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67802" to="ChallengeNodes/Tiles/@AnimatableBody2D@67802" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67802" to="ChallengeNodes/Tiles/@AnimatableBody2D@67802" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67802" to="ChallengeNodes/Tiles/@AnimatableBody2D@67802/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67802" to="ChallengeNodes/Tiles/@AnimatableBody2D@67802" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67802" to="ChallengeNodes/Tiles/@AnimatableBody2D@67802/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67803" to="ChallengeNodes/Tiles/@AnimatableBody2D@67803/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67803" to="ChallengeNodes/Tiles/@AnimatableBody2D@67803/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67803" to="ChallengeNodes/Tiles/@AnimatableBody2D@67803" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67803" to="ChallengeNodes/Tiles/@AnimatableBody2D@67803" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67803" to="ChallengeNodes/Tiles/@AnimatableBody2D@67803/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67803" to="ChallengeNodes/Tiles/@AnimatableBody2D@67803" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67803" to="ChallengeNodes/Tiles/@AnimatableBody2D@67803/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67804" to="ChallengeNodes/Tiles/@AnimatableBody2D@67804/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67804" to="ChallengeNodes/Tiles/@AnimatableBody2D@67804/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67804" to="ChallengeNodes/Tiles/@AnimatableBody2D@67804" method="player_mushroom_check"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67804" to="ChallengeNodes/Tiles/@AnimatableBody2D@67804" method="dispense_item" unbinds=1]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67804" to="ChallengeNodes/Tiles/@AnimatableBody2D@67804/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67804" to="ChallengeNodes/Tiles/@AnimatableBody2D@67804" method="dispense_item" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67804" to="ChallengeNodes/Tiles/@AnimatableBody2D@67804/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67805" to="ChallengeNodes/Tiles/@AnimatableBody2D@67805/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67805" to="ChallengeNodes/Tiles/@AnimatableBody2D@67805/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67805" to="ChallengeNodes/Tiles/@AnimatableBody2D@67805" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67805" to="ChallengeNodes/Tiles/@AnimatableBody2D@67805" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67805" to="ChallengeNodes/Tiles/@AnimatableBody2D@67805/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67805" to="ChallengeNodes/Tiles/@AnimatableBody2D@67805" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67805" to="ChallengeNodes/Tiles/@AnimatableBody2D@67805/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67806" to="ChallengeNodes/Tiles/@AnimatableBody2D@67806/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67806" to="ChallengeNodes/Tiles/@AnimatableBody2D@67806/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67806" to="ChallengeNodes/Tiles/@AnimatableBody2D@67806" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67806" to="ChallengeNodes/Tiles/@AnimatableBody2D@67806" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67806" to="ChallengeNodes/Tiles/@AnimatableBody2D@67806/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67806" to="ChallengeNodes/Tiles/@AnimatableBody2D@67806" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67806" to="ChallengeNodes/Tiles/@AnimatableBody2D@67806/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67807" to="ChallengeNodes/Tiles/@AnimatableBody2D@67807/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67807" to="ChallengeNodes/Tiles/@AnimatableBody2D@67807/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67807" to="ChallengeNodes/Tiles/@AnimatableBody2D@67807" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67807" to="ChallengeNodes/Tiles/@AnimatableBody2D@67807" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67807" to="ChallengeNodes/Tiles/@AnimatableBody2D@67807/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67807" to="ChallengeNodes/Tiles/@AnimatableBody2D@67807" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67807" to="ChallengeNodes/Tiles/@AnimatableBody2D@67807/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35442" to="ChallengeNodes/Tiles/@AnimatableBody2D@35442/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35442" to="ChallengeNodes/Tiles/@AnimatableBody2D@35442/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35442" to="ChallengeNodes/Tiles/@AnimatableBody2D@35442" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35442" to="ChallengeNodes/Tiles/@AnimatableBody2D@35442" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35442" to="ChallengeNodes/Tiles/@AnimatableBody2D@35442/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35442" to="ChallengeNodes/Tiles/@AnimatableBody2D@35442" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35442" to="ChallengeNodes/Tiles/@AnimatableBody2D@35442/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35443" to="ChallengeNodes/Tiles/@AnimatableBody2D@35443/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35443" to="ChallengeNodes/Tiles/@AnimatableBody2D@35443/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35443" to="ChallengeNodes/Tiles/@AnimatableBody2D@35443" method="player_mushroom_check"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35443" to="ChallengeNodes/Tiles/@AnimatableBody2D@35443" method="dispense_item" unbinds=1]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35443" to="ChallengeNodes/Tiles/@AnimatableBody2D@35443/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35443" to="ChallengeNodes/Tiles/@AnimatableBody2D@35443" method="dispense_item" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35443" to="ChallengeNodes/Tiles/@AnimatableBody2D@35443/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35444" to="ChallengeNodes/Tiles/@AnimatableBody2D@35444/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35444" to="ChallengeNodes/Tiles/@AnimatableBody2D@35444/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35444" to="ChallengeNodes/Tiles/@AnimatableBody2D@35444" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35444" to="ChallengeNodes/Tiles/@AnimatableBody2D@35444" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35444" to="ChallengeNodes/Tiles/@AnimatableBody2D@35444/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35444" to="ChallengeNodes/Tiles/@AnimatableBody2D@35444" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35444" to="ChallengeNodes/Tiles/@AnimatableBody2D@35444/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35445" to="ChallengeNodes/Tiles/@AnimatableBody2D@35445/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35445" to="ChallengeNodes/Tiles/@AnimatableBody2D@35445/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35445" to="ChallengeNodes/Tiles/@AnimatableBody2D@35445" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35445" to="ChallengeNodes/Tiles/@AnimatableBody2D@35445" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35445" to="ChallengeNodes/Tiles/@AnimatableBody2D@35445/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35445" to="ChallengeNodes/Tiles/@AnimatableBody2D@35445" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35445" to="ChallengeNodes/Tiles/@AnimatableBody2D@35445/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35446" to="ChallengeNodes/Tiles/@AnimatableBody2D@35446/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35446" to="ChallengeNodes/Tiles/@AnimatableBody2D@35446/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35446" to="ChallengeNodes/Tiles/@AnimatableBody2D@35446" method="player_mushroom_check"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35446" to="ChallengeNodes/Tiles/@AnimatableBody2D@35446" method="dispense_item" unbinds=1]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35446" to="ChallengeNodes/Tiles/@AnimatableBody2D@35446/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35446" to="ChallengeNodes/Tiles/@AnimatableBody2D@35446" method="dispense_item" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35446" to="ChallengeNodes/Tiles/@AnimatableBody2D@35446/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35447" to="ChallengeNodes/Tiles/@AnimatableBody2D@35447/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35447" to="ChallengeNodes/Tiles/@AnimatableBody2D@35447/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35447" to="ChallengeNodes/Tiles/@AnimatableBody2D@35447" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35447" to="ChallengeNodes/Tiles/@AnimatableBody2D@35447" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35447" to="ChallengeNodes/Tiles/@AnimatableBody2D@35447/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35447" to="ChallengeNodes/Tiles/@AnimatableBody2D@35447" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35447" to="ChallengeNodes/Tiles/@AnimatableBody2D@35447/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35448" to="ChallengeNodes/Tiles/@AnimatableBody2D@35448/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35448" to="ChallengeNodes/Tiles/@AnimatableBody2D@35448/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35448" to="ChallengeNodes/Tiles/@AnimatableBody2D@35448" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35448" to="ChallengeNodes/Tiles/@AnimatableBody2D@35448" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35448" to="ChallengeNodes/Tiles/@AnimatableBody2D@35448/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35448" to="ChallengeNodes/Tiles/@AnimatableBody2D@35448" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35448" to="ChallengeNodes/Tiles/@AnimatableBody2D@35448/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35449" to="ChallengeNodes/Tiles/@AnimatableBody2D@35449/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35449" to="ChallengeNodes/Tiles/@AnimatableBody2D@35449/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35449" to="ChallengeNodes/Tiles/@AnimatableBody2D@35449" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35449" to="ChallengeNodes/Tiles/@AnimatableBody2D@35449" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35449" to="ChallengeNodes/Tiles/@AnimatableBody2D@35449/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35449" to="ChallengeNodes/Tiles/@AnimatableBody2D@35449" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35449" to="ChallengeNodes/Tiles/@AnimatableBody2D@35449/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35450" to="ChallengeNodes/Tiles/@AnimatableBody2D@35450/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35450" to="ChallengeNodes/Tiles/@AnimatableBody2D@35450/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35450" to="ChallengeNodes/Tiles/@AnimatableBody2D@35450" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35450" to="ChallengeNodes/Tiles/@AnimatableBody2D@35450" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35450" to="ChallengeNodes/Tiles/@AnimatableBody2D@35450/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35450" to="ChallengeNodes/Tiles/@AnimatableBody2D@35450" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35450" to="ChallengeNodes/Tiles/@AnimatableBody2D@35450/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35451" to="ChallengeNodes/Tiles/@AnimatableBody2D@35451/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35451" to="ChallengeNodes/Tiles/@AnimatableBody2D@35451/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35451" to="ChallengeNodes/Tiles/@AnimatableBody2D@35451" method="player_mushroom_check"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35451" to="ChallengeNodes/Tiles/@AnimatableBody2D@35451" method="dispense_item" unbinds=1]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35451" to="ChallengeNodes/Tiles/@AnimatableBody2D@35451/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35451" to="ChallengeNodes/Tiles/@AnimatableBody2D@35451" method="dispense_item" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35451" to="ChallengeNodes/Tiles/@AnimatableBody2D@35451/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35452" to="ChallengeNodes/Tiles/@AnimatableBody2D@35452/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35452" to="ChallengeNodes/Tiles/@AnimatableBody2D@35452/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35452" to="ChallengeNodes/Tiles/@AnimatableBody2D@35452" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35452" to="ChallengeNodes/Tiles/@AnimatableBody2D@35452" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35452" to="ChallengeNodes/Tiles/@AnimatableBody2D@35452/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35452" to="ChallengeNodes/Tiles/@AnimatableBody2D@35452" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35452" to="ChallengeNodes/Tiles/@AnimatableBody2D@35452/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35453" to="ChallengeNodes/Tiles/@AnimatableBody2D@35453/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35453" to="ChallengeNodes/Tiles/@AnimatableBody2D@35453/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35453" to="ChallengeNodes/Tiles/@AnimatableBody2D@35453" method="player_mushroom_check"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35453" to="ChallengeNodes/Tiles/@AnimatableBody2D@35453" method="dispense_item" unbinds=1]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35453" to="ChallengeNodes/Tiles/@AnimatableBody2D@35453/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35453" to="ChallengeNodes/Tiles/@AnimatableBody2D@35453" method="dispense_item" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35453" to="ChallengeNodes/Tiles/@AnimatableBody2D@35453/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35454" to="ChallengeNodes/Tiles/@AnimatableBody2D@35454/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35454" to="ChallengeNodes/Tiles/@AnimatableBody2D@35454/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35454" to="ChallengeNodes/Tiles/@AnimatableBody2D@35454" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35454" to="ChallengeNodes/Tiles/@AnimatableBody2D@35454" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35454" to="ChallengeNodes/Tiles/@AnimatableBody2D@35454/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35454" to="ChallengeNodes/Tiles/@AnimatableBody2D@35454" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35454" to="ChallengeNodes/Tiles/@AnimatableBody2D@35454/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35455" to="ChallengeNodes/Tiles/@AnimatableBody2D@35455/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35455" to="ChallengeNodes/Tiles/@AnimatableBody2D@35455/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35455" to="ChallengeNodes/Tiles/@AnimatableBody2D@35455" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35455" to="ChallengeNodes/Tiles/@AnimatableBody2D@35455" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35455" to="ChallengeNodes/Tiles/@AnimatableBody2D@35455/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35455" to="ChallengeNodes/Tiles/@AnimatableBody2D@35455" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35455" to="ChallengeNodes/Tiles/@AnimatableBody2D@35455/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35456" to="ChallengeNodes/Tiles/@AnimatableBody2D@35456/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35456" to="ChallengeNodes/Tiles/@AnimatableBody2D@35456/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35456" to="ChallengeNodes/Tiles/@AnimatableBody2D@35456" method="player_mushroom_check"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35456" to="ChallengeNodes/Tiles/@AnimatableBody2D@35456" method="dispense_item" unbinds=1]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35456" to="ChallengeNodes/Tiles/@AnimatableBody2D@35456/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35456" to="ChallengeNodes/Tiles/@AnimatableBody2D@35456" method="dispense_item" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35456" to="ChallengeNodes/Tiles/@AnimatableBody2D@35456/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35457" to="ChallengeNodes/Tiles/@AnimatableBody2D@35457/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35457" to="ChallengeNodes/Tiles/@AnimatableBody2D@35457/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35457" to="ChallengeNodes/Tiles/@AnimatableBody2D@35457" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35457" to="ChallengeNodes/Tiles/@AnimatableBody2D@35457" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35457" to="ChallengeNodes/Tiles/@AnimatableBody2D@35457/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35457" to="ChallengeNodes/Tiles/@AnimatableBody2D@35457" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35457" to="ChallengeNodes/Tiles/@AnimatableBody2D@35457/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35458" to="ChallengeNodes/Tiles/@AnimatableBody2D@35458/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35458" to="ChallengeNodes/Tiles/@AnimatableBody2D@35458/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35458" to="ChallengeNodes/Tiles/@AnimatableBody2D@35458" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35458" to="ChallengeNodes/Tiles/@AnimatableBody2D@35458" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35458" to="ChallengeNodes/Tiles/@AnimatableBody2D@35458/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35458" to="ChallengeNodes/Tiles/@AnimatableBody2D@35458" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35458" to="ChallengeNodes/Tiles/@AnimatableBody2D@35458/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35459" to="ChallengeNodes/Tiles/@AnimatableBody2D@35459/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35459" to="ChallengeNodes/Tiles/@AnimatableBody2D@35459/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35459" to="ChallengeNodes/Tiles/@AnimatableBody2D@35459" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35459" to="ChallengeNodes/Tiles/@AnimatableBody2D@35459" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35459" to="ChallengeNodes/Tiles/@AnimatableBody2D@35459/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35459" to="ChallengeNodes/Tiles/@AnimatableBody2D@35459" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35459" to="ChallengeNodes/Tiles/@AnimatableBody2D@35459/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue