mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:35:34 +00:00
Chest animation, alarm box entity
This commit is contained in:
parent
f28a3b70fd
commit
164c186201
25 changed files with 177 additions and 23 deletions
|
|
@ -7,7 +7,7 @@ using Godot.Collections;
|
|||
namespace Cirno.Scripts.Activables;
|
||||
|
||||
[Tool]
|
||||
public partial class Terminal3D : Area3D, IInteractable
|
||||
public partial class DialogueActor3D : Area3D, IInteractable
|
||||
{
|
||||
[Export] public StringName TimelineName = "";
|
||||
private DialogueTools _dialogueInstance;
|
||||
Loading…
Add table
Add a link
Reference in a new issue