mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
Added basic chat-message.hbs
This commit is contained in:
parent
094e0740dd
commit
078ca3262d
5 changed files with 140 additions and 45 deletions
|
|
@ -129,6 +129,7 @@ Hooks.once('init', () => {
|
|||
|
||||
CONFIG.ChatMessage.dataModels = models.chatMessages.config;
|
||||
CONFIG.ChatMessage.documentClass = documents.DhChatMessage;
|
||||
CONFIG.ChatMessage.template = 'systems/daggerheart/templates/ui/chat/chat-message.hbs';
|
||||
|
||||
CONFIG.Canvas.rulerClass = placeables.DhRuler;
|
||||
CONFIG.Canvas.layers.templates.layerClass = placeables.DhTemplateLayer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue