mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:45:33 +00:00
Computers
This commit is contained in:
parent
f873cba98b
commit
c41967572b
23 changed files with 655 additions and 11 deletions
16
Scenes/Activable/DialogueStarter.tscn
Normal file
16
Scenes/Activable/DialogueStarter.tscn
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://cwtw1l6y54roe"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/Activables/DialogueStarter.cs" id="1_nlikr"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_glhl1"]
|
||||
|
||||
[node name="DialogueStarter" type="Area2D" node_paths=PackedStringArray("_dialogueEndActivationTargets")]
|
||||
monitoring = false
|
||||
monitorable = false
|
||||
script = ExtResource("1_nlikr")
|
||||
_trackName = ""
|
||||
_dialogueEndActivationTargets = []
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("CircleShape2D_glhl1")
|
||||
disabled = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue