mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 03:33:48 +00:00
Ported tiles and collisions
This commit is contained in:
parent
2b53936f8b
commit
d8b6d0e208
8 changed files with 860 additions and 5 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