mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 11:25:53 +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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,17 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDPointClass" load_steps=5 format=3 uid="uid://dlcokohev247j"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://5bc1qysixhmh" path="res://3D/TrenchBroom/EntityDefinitions/base/actor_base.tres" id="1_oao2t"]
|
||||
[ext_resource type="Resource" uid="uid://di5wnbv5icxtq" path="res://3D/TrenchBroom/EntityDefinitions/base/dialogue_base.tres" id="2_gfw3w"]
|
||||
[ext_resource type="PackedScene" uid="uid://bt8fwb313qf8n" path="res://3D/Scenes/Props/Interactables/Dialogue_Interactable_3D.tscn" id="3_oao2t"]
|
||||
[ext_resource type="Script" uid="uid://cxsqwtsqd8w33" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class.gd" id="4_vw8gb"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("4_vw8gb")
|
||||
scene_file = ExtResource("3_oao2t")
|
||||
apply_scale_on_map_build = false
|
||||
classname = "actor_dialogue"
|
||||
description = "Dialogue Interactable"
|
||||
base_classes = Array[Resource]([ExtResource("1_oao2t"), ExtResource("2_gfw3w")])
|
||||
meta_properties = {
|
||||
"size": AABB(-4, -4, -4, 4, 4, 4)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue