mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00
fixed brick block collision not working, when offscreen
This commit is contained in:
@@ -16,6 +16,7 @@ size = Vector2(16, 16)
|
|||||||
|
|
||||||
[node name="BrickBlock" type="AnimatableBody2D" node_paths=PackedStringArray("visuals") groups=["Blocks"]]
|
[node name="BrickBlock" type="AnimatableBody2D" node_paths=PackedStringArray("visuals") groups=["Blocks"]]
|
||||||
z_index = -1
|
z_index = -1
|
||||||
|
disable_mode = 1
|
||||||
collision_layer = 6
|
collision_layer = 6
|
||||||
collision_mask = 0
|
collision_mask = 0
|
||||||
script = ExtResource("1_ci56s")
|
script = ExtResource("1_ci56s")
|
||||||
|
Reference in New Issue
Block a user