Directional shooting

This commit is contained in:
MaddoScientisto 2024-05-01 11:48:04 +02:00
commit 65ce30a2a4
7 changed files with 158 additions and 10 deletions

View file

@ -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="."]

View file

@ -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