mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-12-15 15:30:21 -08:00
fixed brick block collision not working, when offscreen
This commit is contained in:
parent
942609ed2a
commit
a93f19c506
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ size = Vector2(16, 16)
|
|||
|
||||
[node name="BrickBlock" type="AnimatableBody2D" node_paths=PackedStringArray("visuals") groups=["Blocks"]]
|
||||
z_index = -1
|
||||
disable_mode = 1
|
||||
collision_layer = 6
|
||||
collision_mask = 0
|
||||
script = ExtResource("1_ci56s")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue