mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
34 lines
911 B
Plaintext
34 lines
911 B
Plaintext
//
|
|
CREATED by Gorthian
|
|
Version 1.2
|
|
Letzte Änderung 2025-06-04
|
|
GitHub https://github.com/Gorthian/Roll20_HORDE_CharacterSheet
|
|
Wiki
|
|
Bugs & Issues
|
|
|
|
// Globale Variablen
|
|
// - Platz für globale Variablen, falls benötigt
|
|
|
|
- const imagePath = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/HORDE/images/" //Für CSS zusätzlich in horde.css definiert
|
|
//- const imagePath = "https://gorthian.de/roll20/horde/" //Für CSS zusätzlich in horde.css definiert
|
|
|
|
//
|
|
********************************
|
|
* START horde.pug
|
|
********************************
|
|
//- MIXINs
|
|
|
|
//- SEITENINHALT
|
|
include src/html/sheet.pug
|
|
|
|
//- ROLL TEMPLATES
|
|
include src/html/rolltemplates.pug
|
|
|
|
// SHEET WORKERS
|
|
script(type="text/worker")
|
|
include src/js/sheetworker.js
|
|
|
|
//
|
|
********************************
|
|
* ENDE horde.pug
|
|
******************************** |