mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-04 00:51:17 +00:00
Bullet emitter
This commit is contained in:
parent
2e8bb70348
commit
e9a9653c20
6 changed files with 84 additions and 11 deletions
|
|
@ -4,12 +4,12 @@
|
|||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_glhl1"]
|
||||
|
||||
[node name="DialogueStarter" type="Area2D" node_paths=PackedStringArray("_dialogueEndActivationTargets")]
|
||||
[node name="DialogueStarter" type="Area2D" node_paths=PackedStringArray("_targets")]
|
||||
monitoring = false
|
||||
monitorable = false
|
||||
script = ExtResource("1_nlikr")
|
||||
_trackName = ""
|
||||
_dialogueEndActivationTargets = []
|
||||
_targets = []
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("CircleShape2D_glhl1")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue