mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-16 17:33:47 +00:00
Directional shooting
This commit is contained in:
parent
155d210e31
commit
65ce30a2a4
7 changed files with 158 additions and 10 deletions
|
|
@ -8,6 +8,7 @@ radius = 2.23607
|
|||
|
||||
[node name="Bullet" type="Area2D"]
|
||||
script = ExtResource("1_jvxw3")
|
||||
Speed = 200.0
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ animations = [{
|
|||
collision_layer = 2
|
||||
collision_mask = 3
|
||||
script = ExtResource("1_m27vu")
|
||||
Speed = 1800
|
||||
Speed = 2000
|
||||
BulletScene = ExtResource("2_ov36d")
|
||||
Muzzle = NodePath("Muzzle")
|
||||
metadata/_edit_group_ = true
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue