mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-13 06:45:54 +00:00
Fire Bullets
This commit is contained in:
parent
e2b58a73d8
commit
f96b7cacee
5 changed files with 140 additions and 14 deletions
10
Scenes/Activable/ScriptableInvisibleEmitter.tscn
Normal file
10
Scenes/Activable/ScriptableInvisibleEmitter.tscn
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue