mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
14 lines
687 B
Text
14 lines
687 B
Text
|
|
[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")
|