mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
10 lines
470 B
Text
10 lines
470 B
Text
|
|
[gd_scene load_steps=3 format=3 uid="uid://nupd3pg74vua"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" uid="uid://c1gu44a1kkmt1" path="res://Scripts/Actors/ScriptableBulletsEmitter.cs" id="1_3nrhr"]
|
||
|
|
[ext_resource type="Script" uid="uid://c6467d6yx50qh" path="res://Scripts/Components/BulletSpawner.cs" id="2_4bw32"]
|
||
|
|
|
||
|
|
[node name="InvisibleBulletEmitter" type="Node2D"]
|
||
|
|
script = ExtResource("1_3nrhr")
|
||
|
|
|
||
|
|
[node name="BulletSpawner" type="Node2D" parent="."]
|
||
|
|
script = ExtResource("2_4bw32")
|