added "finish" button to dialogue UI, implementation of many, many trinket's effects, autot-argetting fix on death, added script for particles/player following

This commit is contained in:
2025-12-19 11:39:39 +01:00
parent 56f7fb4aaa
commit f624eeeeb6
14 changed files with 3062 additions and 1774 deletions

View File

@@ -79,6 +79,11 @@ namespace PixelCrushers.DialogueSystem
}
}
public virtual void OnFinish()
{
DialogueManager.StopConversation();
}
}
}