Reworked weapons and projectiles
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://c0dh3x5olsjtd"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://yfvluap3uy1r" path="res://game/entities/weapons/gatling/abstract_gatling_projectile.tscn" id="1_71wkj"]
|
||||
[ext_resource type="Script" uid="uid://b8nunmccyxmkr" path="res://game/entities/weapons/gatling/player_gatling_projectile.gd" id="2_5ur67"]
|
||||
|
||||
[node name="PlayerGatlingProjectile" instance=ExtResource("1_71wkj")]
|
||||
collision_layer = 8
|
||||
collision_mask = 4
|
||||
script = ExtResource("2_5ur67")
|
||||
direction = Vector2(1, 0)
|
||||
Reference in New Issue
Block a user