mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 14:23:47 +00:00
Merge branch 'tiles'
This commit is contained in:
commit
b3070cd71e
7 changed files with 859 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
817
Scenes/test.tscn
817
Scenes/test.tscn
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue