mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 23:48:11 +00:00
Fixed time limits in SMBLL 4-4, C-4
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -12,7 +12,7 @@
|
||||
[ext_resource type="PackedScene" uid="uid://kj5pw3xhq8f7" path="res://Scenes/Prefabs/Entities/Enemies/RedPiranhaPlant.tscn" id="15_b30k8"]
|
||||
[ext_resource type="PackedScene" uid="uid://dkgu57is78lro" path="res://Scenes/Parts/PipeArea.tscn" id="16_d6oav"]
|
||||
|
||||
[node name="Level" type="Node"]
|
||||
[node name="8-1b" type="Node"]
|
||||
script = ExtResource("1_scm8d")
|
||||
music = ExtResource("2_2nh3r")
|
||||
theme_time = "Night"
|
||||
@@ -66,16 +66,18 @@ target_level = "uid://epdr670fya5e"
|
||||
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/BrickBlock" to="ChallengeNodes/Tiles/BrickBlock/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/BrickBlock" to="ChallengeNodes/Tiles/BrickBlock/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="item_changed" from="ChallengeNodes/Tiles/BrickBlock" to="ChallengeNodes/Tiles/BrickBlock" method="check_brick_empty"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/BrickBlock" to="ChallengeNodes/Tiles/BrickBlock" method="on_block_hit"]
|
||||
[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@67835" to="ChallengeNodes/Tiles/@AnimatableBody2D@67835/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67835" to="ChallengeNodes/Tiles/@AnimatableBody2D@67835/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67835" to="ChallengeNodes/Tiles/@AnimatableBody2D@67835" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67835" to="ChallengeNodes/Tiles/@AnimatableBody2D@67835/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67835" to="ChallengeNodes/Tiles/@AnimatableBody2D@67835" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67835" to="ChallengeNodes/Tiles/@AnimatableBody2D@67835/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/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"]
|
||||
@@ -83,116 +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@67836" to="ChallengeNodes/Tiles/@AnimatableBody2D@67836/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67836" to="ChallengeNodes/Tiles/@AnimatableBody2D@67836/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67836" to="ChallengeNodes/Tiles/@AnimatableBody2D@67836" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67836" to="ChallengeNodes/Tiles/@AnimatableBody2D@67836/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67836" to="ChallengeNodes/Tiles/@AnimatableBody2D@67836" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67836" to="ChallengeNodes/Tiles/@AnimatableBody2D@67836/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67837" to="ChallengeNodes/Tiles/@AnimatableBody2D@67837/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67837" to="ChallengeNodes/Tiles/@AnimatableBody2D@67837/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67837" to="ChallengeNodes/Tiles/@AnimatableBody2D@67837" method="player_mushroom_check"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67837" to="ChallengeNodes/Tiles/@AnimatableBody2D@67837" method="dispense_item" unbinds=1]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67837" to="ChallengeNodes/Tiles/@AnimatableBody2D@67837/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67837" to="ChallengeNodes/Tiles/@AnimatableBody2D@67837" method="dispense_item" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67837" to="ChallengeNodes/Tiles/@AnimatableBody2D@67837/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67838" to="ChallengeNodes/Tiles/@AnimatableBody2D@67838/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67838" to="ChallengeNodes/Tiles/@AnimatableBody2D@67838/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67838" to="ChallengeNodes/Tiles/@AnimatableBody2D@67838" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67838" to="ChallengeNodes/Tiles/@AnimatableBody2D@67838/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67838" to="ChallengeNodes/Tiles/@AnimatableBody2D@67838" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67838" to="ChallengeNodes/Tiles/@AnimatableBody2D@67838/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67839" to="ChallengeNodes/Tiles/@AnimatableBody2D@67839/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67839" to="ChallengeNodes/Tiles/@AnimatableBody2D@67839/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67839" to="ChallengeNodes/Tiles/@AnimatableBody2D@67839" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67839" to="ChallengeNodes/Tiles/@AnimatableBody2D@67839/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67839" to="ChallengeNodes/Tiles/@AnimatableBody2D@67839" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67839" to="ChallengeNodes/Tiles/@AnimatableBody2D@67839/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67840" to="ChallengeNodes/Tiles/@AnimatableBody2D@67840/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67840" to="ChallengeNodes/Tiles/@AnimatableBody2D@67840/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67840" to="ChallengeNodes/Tiles/@AnimatableBody2D@67840" method="player_mushroom_check"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67840" to="ChallengeNodes/Tiles/@AnimatableBody2D@67840" method="dispense_item" unbinds=1]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67840" to="ChallengeNodes/Tiles/@AnimatableBody2D@67840/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67840" to="ChallengeNodes/Tiles/@AnimatableBody2D@67840" method="dispense_item" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67840" to="ChallengeNodes/Tiles/@AnimatableBody2D@67840/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67841" to="ChallengeNodes/Tiles/@AnimatableBody2D@67841/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67841" to="ChallengeNodes/Tiles/@AnimatableBody2D@67841/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67841" to="ChallengeNodes/Tiles/@AnimatableBody2D@67841" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67841" to="ChallengeNodes/Tiles/@AnimatableBody2D@67841/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67841" to="ChallengeNodes/Tiles/@AnimatableBody2D@67841" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67841" to="ChallengeNodes/Tiles/@AnimatableBody2D@67841/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67842" to="ChallengeNodes/Tiles/@AnimatableBody2D@67842/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67842" to="ChallengeNodes/Tiles/@AnimatableBody2D@67842/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67842" to="ChallengeNodes/Tiles/@AnimatableBody2D@67842" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67842" to="ChallengeNodes/Tiles/@AnimatableBody2D@67842/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67842" to="ChallengeNodes/Tiles/@AnimatableBody2D@67842" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67842" to="ChallengeNodes/Tiles/@AnimatableBody2D@67842/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67843" to="ChallengeNodes/Tiles/@AnimatableBody2D@67843/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67843" to="ChallengeNodes/Tiles/@AnimatableBody2D@67843/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67843" to="ChallengeNodes/Tiles/@AnimatableBody2D@67843" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67843" to="ChallengeNodes/Tiles/@AnimatableBody2D@67843/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67843" to="ChallengeNodes/Tiles/@AnimatableBody2D@67843" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67843" to="ChallengeNodes/Tiles/@AnimatableBody2D@67843/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67844" to="ChallengeNodes/Tiles/@AnimatableBody2D@67844/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67844" to="ChallengeNodes/Tiles/@AnimatableBody2D@67844/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67844" to="ChallengeNodes/Tiles/@AnimatableBody2D@67844" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67844" to="ChallengeNodes/Tiles/@AnimatableBody2D@67844/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67844" to="ChallengeNodes/Tiles/@AnimatableBody2D@67844" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67844" to="ChallengeNodes/Tiles/@AnimatableBody2D@67844/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67845" to="ChallengeNodes/Tiles/@AnimatableBody2D@67845/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67845" to="ChallengeNodes/Tiles/@AnimatableBody2D@67845/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67845" to="ChallengeNodes/Tiles/@AnimatableBody2D@67845" method="player_mushroom_check"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67845" to="ChallengeNodes/Tiles/@AnimatableBody2D@67845" method="dispense_item" unbinds=1]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67845" to="ChallengeNodes/Tiles/@AnimatableBody2D@67845/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67845" to="ChallengeNodes/Tiles/@AnimatableBody2D@67845" method="dispense_item" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67845" to="ChallengeNodes/Tiles/@AnimatableBody2D@67845/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67846" to="ChallengeNodes/Tiles/@AnimatableBody2D@67846/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67846" to="ChallengeNodes/Tiles/@AnimatableBody2D@67846/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67846" to="ChallengeNodes/Tiles/@AnimatableBody2D@67846" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67846" to="ChallengeNodes/Tiles/@AnimatableBody2D@67846/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67846" to="ChallengeNodes/Tiles/@AnimatableBody2D@67846" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67846" to="ChallengeNodes/Tiles/@AnimatableBody2D@67846/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67847" to="ChallengeNodes/Tiles/@AnimatableBody2D@67847/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67847" to="ChallengeNodes/Tiles/@AnimatableBody2D@67847/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67847" to="ChallengeNodes/Tiles/@AnimatableBody2D@67847" method="player_mushroom_check"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67847" to="ChallengeNodes/Tiles/@AnimatableBody2D@67847" method="dispense_item" unbinds=1]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67847" to="ChallengeNodes/Tiles/@AnimatableBody2D@67847/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67847" to="ChallengeNodes/Tiles/@AnimatableBody2D@67847" method="dispense_item" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67847" to="ChallengeNodes/Tiles/@AnimatableBody2D@67847/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67848" to="ChallengeNodes/Tiles/@AnimatableBody2D@67848/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67848" to="ChallengeNodes/Tiles/@AnimatableBody2D@67848/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67848" to="ChallengeNodes/Tiles/@AnimatableBody2D@67848" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67848" to="ChallengeNodes/Tiles/@AnimatableBody2D@67848/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67848" to="ChallengeNodes/Tiles/@AnimatableBody2D@67848" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67848" to="ChallengeNodes/Tiles/@AnimatableBody2D@67848/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67849" to="ChallengeNodes/Tiles/@AnimatableBody2D@67849/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67849" to="ChallengeNodes/Tiles/@AnimatableBody2D@67849/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67849" to="ChallengeNodes/Tiles/@AnimatableBody2D@67849" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67849" to="ChallengeNodes/Tiles/@AnimatableBody2D@67849/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67849" to="ChallengeNodes/Tiles/@AnimatableBody2D@67849" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67849" to="ChallengeNodes/Tiles/@AnimatableBody2D@67849/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67850" to="ChallengeNodes/Tiles/@AnimatableBody2D@67850/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67850" to="ChallengeNodes/Tiles/@AnimatableBody2D@67850/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67850" to="ChallengeNodes/Tiles/@AnimatableBody2D@67850" method="player_mushroom_check"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67850" to="ChallengeNodes/Tiles/@AnimatableBody2D@67850" method="dispense_item" unbinds=1]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67850" to="ChallengeNodes/Tiles/@AnimatableBody2D@67850/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67850" to="ChallengeNodes/Tiles/@AnimatableBody2D@67850" method="dispense_item" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67850" to="ChallengeNodes/Tiles/@AnimatableBody2D@67850/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67851" to="ChallengeNodes/Tiles/@AnimatableBody2D@67851/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67851" to="ChallengeNodes/Tiles/@AnimatableBody2D@67851/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67851" to="ChallengeNodes/Tiles/@AnimatableBody2D@67851" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67851" to="ChallengeNodes/Tiles/@AnimatableBody2D@67851/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67851" to="ChallengeNodes/Tiles/@AnimatableBody2D@67851" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67851" to="ChallengeNodes/Tiles/@AnimatableBody2D@67851/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67852" to="ChallengeNodes/Tiles/@AnimatableBody2D@67852/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67852" to="ChallengeNodes/Tiles/@AnimatableBody2D@67852/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67852" to="ChallengeNodes/Tiles/@AnimatableBody2D@67852" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67852" to="ChallengeNodes/Tiles/@AnimatableBody2D@67852/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67852" to="ChallengeNodes/Tiles/@AnimatableBody2D@67852" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67852" to="ChallengeNodes/Tiles/@AnimatableBody2D@67852/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67853" to="ChallengeNodes/Tiles/@AnimatableBody2D@67853/LevelPersistance" method="set_as_active_2"]
|
||||
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67853" to="ChallengeNodes/Tiles/@AnimatableBody2D@67853/LevelPersistance" method="set_as_active"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67853" to="ChallengeNodes/Tiles/@AnimatableBody2D@67853" method="on_block_hit"]
|
||||
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67853" to="ChallengeNodes/Tiles/@AnimatableBody2D@67853/BlockAnimations" method="bounce_block" unbinds=1]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67853" to="ChallengeNodes/Tiles/@AnimatableBody2D@67853" method="on_shell_block_hit"]
|
||||
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67853" to="ChallengeNodes/Tiles/@AnimatableBody2D@67853/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]
|
||||
|
@@ -16,7 +16,7 @@
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_4fl3v"]
|
||||
size = Vector2(16, 16)
|
||||
|
||||
[node name="Level" type="Node"]
|
||||
[node name="8-2b" type="Node"]
|
||||
script = ExtResource("1_jpr4x")
|
||||
music = ExtResource("2_qep2u")
|
||||
theme = "Skyland"
|
||||
@@ -71,33 +71,33 @@ position = Vector2(-184, 8)
|
||||
shape = SubResource("RectangleShape2D_4fl3v")
|
||||
|
||||
[connection signal="area_entered" from="Tiles/DeathPit" to="Tiles/DeathPit" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21312" to="Tiles/@Area2D@21312" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21313" to="Tiles/@Area2D@21313" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21314" to="Tiles/@Area2D@21314" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21315" to="Tiles/@Area2D@21315" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21316" to="Tiles/@Area2D@21316" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21317" to="Tiles/@Area2D@21317" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21318" to="Tiles/@Area2D@21318" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21319" to="Tiles/@Area2D@21319" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21320" to="Tiles/@Area2D@21320" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21321" to="Tiles/@Area2D@21321" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21322" to="Tiles/@Area2D@21322" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21323" to="Tiles/@Area2D@21323" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21324" to="Tiles/@Area2D@21324" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21325" to="Tiles/@Area2D@21325" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21326" to="Tiles/@Area2D@21326" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21327" to="Tiles/@Area2D@21327" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21328" to="Tiles/@Area2D@21328" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21329" to="Tiles/@Area2D@21329" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21330" to="Tiles/@Area2D@21330" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21331" to="Tiles/@Area2D@21331" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21332" to="Tiles/@Area2D@21332" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21333" to="Tiles/@Area2D@21333" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21334" to="Tiles/@Area2D@21334" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21335" to="Tiles/@Area2D@21335" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21336" to="Tiles/@Area2D@21336" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21337" to="Tiles/@Area2D@21337" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21338" to="Tiles/@Area2D@21338" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21339" to="Tiles/@Area2D@21339" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21340" to="Tiles/@Area2D@21340" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@21341" to="Tiles/@Area2D@21341" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67335" to="Tiles/@Area2D@67335" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67336" to="Tiles/@Area2D@67336" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67337" to="Tiles/@Area2D@67337" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67338" to="Tiles/@Area2D@67338" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67339" to="Tiles/@Area2D@67339" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67340" to="Tiles/@Area2D@67340" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67341" to="Tiles/@Area2D@67341" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67342" to="Tiles/@Area2D@67342" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67343" to="Tiles/@Area2D@67343" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67344" to="Tiles/@Area2D@67344" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67345" to="Tiles/@Area2D@67345" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67346" to="Tiles/@Area2D@67346" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67347" to="Tiles/@Area2D@67347" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67348" to="Tiles/@Area2D@67348" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67349" to="Tiles/@Area2D@67349" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67350" to="Tiles/@Area2D@67350" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67351" to="Tiles/@Area2D@67351" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67352" to="Tiles/@Area2D@67352" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67353" to="Tiles/@Area2D@67353" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67354" to="Tiles/@Area2D@67354" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67355" to="Tiles/@Area2D@67355" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67356" to="Tiles/@Area2D@67356" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67357" to="Tiles/@Area2D@67357" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67358" to="Tiles/@Area2D@67358" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67359" to="Tiles/@Area2D@67359" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67360" to="Tiles/@Area2D@67360" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67361" to="Tiles/@Area2D@67361" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67362" to="Tiles/@Area2D@67362" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67363" to="Tiles/@Area2D@67363" method="area_entered"]
|
||||
[connection signal="area_entered" from="Tiles/@Area2D@67364" to="Tiles/@Area2D@67364" method="area_entered"]
|
||||
|
Reference in New Issue
Block a user