mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-22 06:53:48 +00:00
Terminal dialogue and entities fix
This commit is contained in:
parent
fe33f8d225
commit
dd979fe50a
16 changed files with 1078 additions and 912 deletions
23
3D/TrenchBroom/EntityDefinitions/base/dialogue_base.tres
Normal file
23
3D/TrenchBroom/EntityDefinitions/base/dialogue_base.tres
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDBaseClass" load_steps=2 format=3 uid="uid://di5wnbv5icxtq"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://6o4wbl0iau0v" 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"
|
||||
func_godot_internal = false
|
||||
base_classes = Array[Resource]([])
|
||||
class_properties = {
|
||||
"timeline": ""
|
||||
}
|
||||
class_property_descriptions = {
|
||||
"timeline": "Name of the timeline to trigger"
|
||||
}
|
||||
auto_apply_to_matching_node_properties = false
|
||||
meta_properties = {
|
||||
"color": Color(0.8, 0.8, 0.8, 1),
|
||||
"size": AABB(-8, -8, -8, 8, 8, 8)
|
||||
}
|
||||
node_class = ""
|
||||
name_property = ""
|
||||
|
|
@ -5,11 +5,11 @@
|
|||
[resource]
|
||||
script = ExtResource("1_7j8c1")
|
||||
classname = "Targetname"
|
||||
description = ""
|
||||
description = "Target name for event targeting purposes"
|
||||
func_godot_internal = false
|
||||
base_classes = Array[Resource]([])
|
||||
class_properties = {
|
||||
"targetname": null
|
||||
"targetname": ""
|
||||
}
|
||||
class_property_descriptions = {
|
||||
"targetname": "Adds this entity to a group with this targetname."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue