mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 05:55:55 +00:00
Lore locker
This commit is contained in:
parent
74dcd6d90c
commit
52999bbc8b
8 changed files with 658 additions and 563 deletions
|
|
@ -7,8 +7,10 @@ script = ExtResource("1_h5gnk")
|
|||
classname = "Dialogue"
|
||||
description = "Starts the dialogue associated to the named timeline"
|
||||
class_properties = {
|
||||
"custom_dialogue": "",
|
||||
"timeline": ""
|
||||
}
|
||||
class_property_descriptions = {
|
||||
"timeline": "Name of the timeline to trigger"
|
||||
"custom_dialogue": "Custom dialogue script, plays if no timeline is specified",
|
||||
"timeline": "Name of the timeline to trigger, overrides custom dialogue"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue