Fixed Expand Block Bug

This commit is contained in:
Exobyt 2024-08-20 13:48:28 +02:00
parent 6d71780f36
commit e7d50232b2
4 changed files with 52 additions and 72 deletions

View file

@ -119,13 +119,13 @@ one_shot = true
[node name="Border" parent="Borders" groups=["LeftBorder"] instance=ExtResource("4_3j08q")]
[node name="CollisionShape2D" parent="Borders/Border" index="0"]
[node name="CollisionShape2D" parent="Borders/Border" index="0" groups=["LeftBorder"]]
position = Vector2(-64, 512)
shape = SubResource("RectangleShape2D_flipi")
[node name="Border2" parent="Borders" groups=["RightBorder"] instance=ExtResource("4_3j08q")]
[node name="CollisionShape2D" parent="Borders/Border2" index="0"]
[node name="CollisionShape2D" parent="Borders/Border2" index="0" groups=["RightBorder"]]
position = Vector2(704, 512)
shape = SubResource("RectangleShape2D_flipi")
@ -285,9 +285,6 @@ action_mode = 0
icon = ExtResource("14_i1yud")
icon_alignment = 1
[node name="CoyoteTimer" type="Timer" parent="."]
one_shot = true
[connection signal="timeout" from="Ticker" to="." method="_on_ticker_timeout"]
[connection signal="timeout" from="TurnTick" to="." method="_on_turn_tick_timeout"]
[connection signal="timeout" from="GameTimer" to="." method="_on_game_timer_timeout"]
@ -297,7 +294,6 @@ one_shot = true
[connection signal="pressed" from="Camera2D/CanvasLayer/Control/HBoxContainer4/rotate_right_Button" to="Camera2D/CanvasLayer/Control" method="_on_rotate_right_button_pressed"]
[connection signal="button_down" from="Camera2D/CanvasLayer/Control/HBoxContainer5/down_Button" to="Camera2D/CanvasLayer/Control" method="_on_down_button_button_down"]
[connection signal="button_up" from="Camera2D/CanvasLayer/Control/HBoxContainer5/down_Button" to="Camera2D/CanvasLayer/Control" method="_on_down_button_button_up"]
[connection signal="timeout" from="CoyoteTimer" to="." method="_on_coyote_timer_timeout"]
[editable path="Borders/Border"]
[editable path="Borders/Border2"]