cirnogodot/Scenes/Weapons/BaseAutonomousBulletEmitter.tscn

14 lines
687 B
Text
Raw Normal View History

2025-05-09 16:14:51 +02:00
[gd_scene load_steps=4 format=3 uid="uid://du37oyues6klq"]
[ext_resource type="Script" uid="uid://bvp1fwdtx2bri" path="res://Scripts/AttackPatterns/AutonomousBulletEmitter.cs" id="1_skinl"]
[ext_resource type="Texture2D" uid="uid://oys0gjau3xbu" path="res://Sprites/Bullets/White_Bullet_Mid.png" id="2_0wpaf"]
[ext_resource type="Script" uid="uid://c6467d6yx50qh" path="res://Scripts/Components/BulletSpawner.cs" id="3_0wpaf"]
[node name="BaseAutonomousBulletEmitter" type="Node2D"]
script = ExtResource("1_skinl")
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("2_0wpaf")
[node name="BulletSpawner" type="Node2D" parent="."]
script = ExtResource("3_0wpaf")