22 lines
808 B
Plaintext
22 lines
808 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://yfvluap3uy1r"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://ybkqaynvpcjm" path="res://game/entities/weapons/abstract_projectile.tscn" id="1_3tgt7"]
|
|
[ext_resource type="Script" uid="uid://rtsf1n0djorp" path="res://game/entities/weapons/gatling/gatling_projectile.gd" id="2_hbgoq"]
|
|
|
|
[sub_resource type="PlaceholderTexture2D" id="PlaceholderTexture2D_hbgoq"]
|
|
size = Vector2(4, 4)
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_2tbeq"]
|
|
radius = 1.0
|
|
|
|
[node name="GatlingProjectile" instance=ExtResource("1_3tgt7")]
|
|
script = ExtResource("2_hbgoq")
|
|
damage = 6
|
|
speed = 600
|
|
|
|
[node name="Sprite2D" parent="." index="0"]
|
|
texture = SubResource("PlaceholderTexture2D_hbgoq")
|
|
|
|
[node name="CollisionShape2D" parent="." index="1"]
|
|
shape = SubResource("CircleShape2D_2tbeq")
|