Merge branch 'tiles'

This commit is contained in:
MaddoScientisto 2024-05-25 21:51:33 +02:00
commit b3070cd71e
7 changed files with 859 additions and 4 deletions

View file

@ -7,6 +7,8 @@
radius = 2.23607
[node name="Bullet" type="Area2D" groups=["bullets"]]
collision_layer = 8
collision_mask = 21
script = ExtResource("1_jvxw3")
Speed = 200.0
metadata/_edit_group_ = true

View file

@ -69,7 +69,7 @@ radius = 7.0
[node name="Fragola" type="RigidBody2D" groups=["enemies"]]
collision_layer = 4
collision_mask = 7
collision_mask = 11
mass = 0.03
gravity_scale = 0.0
script = ExtResource("1_773fi")

File diff suppressed because one or more lines are too long