mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-08 00:35:55 +00:00
16 lines
636 B
Text
16 lines
636 B
Text
[gd_resource type="Resource" script_class="FuncGodotFGDBaseClass" load_steps=2 format=3 uid="uid://di5wnbv5icxtq"]
|
|
|
|
[ext_resource type="Script" uid="uid://ck575aqs1sbrb" path="res://addons/func_godot/src/fgd/func_godot_fgd_base_class.gd" id="1_h5gnk"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_h5gnk")
|
|
classname = "Dialogue"
|
|
description = "Starts the dialogue associated to the named timeline"
|
|
class_properties = {
|
|
"custom_dialogue": "",
|
|
"timeline": ""
|
|
}
|
|
class_property_descriptions = {
|
|
"custom_dialogue": "Custom dialogue script, plays if no timeline is specified",
|
|
"timeline": "Name of the timeline to trigger, overrides custom dialogue"
|
|
}
|