13 lines
615 B
Text
13 lines
615 B
Text
[gd_scene load_steps=4 format=3 uid="uid://bye43kihfl72l"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://0ndix1r8v6i1" path="res://scenes/bullet/bullet.tscn" id="1_shfn0"]
|
|
[ext_resource type="Script" uid="uid://ddbv5kpk32diu" path="res://scenes/bullet/bulletShotgun/bulletShotgun.gd" id="2_mk7vs"]
|
|
[ext_resource type="Texture2D" uid="uid://b8y5bc5ntygd8" path="res://assets/bullets/shotgunBullet.png" id="3_uxgou"]
|
|
|
|
[node name="BulletShotgun" instance=ExtResource("1_shfn0")]
|
|
script = ExtResource("2_mk7vs")
|
|
|
|
[node name="Sprite2D" parent="." index="1"]
|
|
texture = ExtResource("3_uxgou")
|
|
|
|
[editable path="DamageArea"]
|