forked from team-sg/hero-mark-2
fix some errorspew from falling blocks
This commit is contained in:
parent
b1a736745c
commit
89faf26b2c
1 changed files with 0 additions and 7 deletions
|
@ -58,11 +58,6 @@ hframes = 2
|
|||
position = Vector2( 4, 2.5 )
|
||||
shape = SubResource( 1 )
|
||||
|
||||
[node name="VisibilityNotifier2D" type="VisibilityNotifier2D" parent="."]
|
||||
visible = false
|
||||
position = Vector2( 4, 4 )
|
||||
scale = Vector2( 0.4, 0.4 )
|
||||
|
||||
[node name="Area2D" type="Area2D" parent="."]
|
||||
collision_mask = 2
|
||||
|
||||
|
@ -92,8 +87,6 @@ autoplay = "idle"
|
|||
anims/disappear = SubResource( 4 )
|
||||
anims/idle = SubResource( 5 )
|
||||
|
||||
[connection signal="screen_exited" from="VisibilityNotifier2D" to="." method="_on_VisibilityNotifier2D_screen_exited"]
|
||||
[connection signal="area_entered" from="Area2D" to="." method="_on_Area2D_area_entered"]
|
||||
[connection signal="area_exited" from="Area2D" to="." method="_on_Area2D_area_exited"]
|
||||
[connection signal="timeout" from="FallTimer" to="." method="_on_FallTimer_timeout"]
|
||||
[connection signal="timeout" from="RefreshTimer" to="." method="_on_RefreshTimer_timeout"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue