mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
17 lines
285 B
Plaintext
17 lines
285 B
Plaintext
|
|
include src/pug/variables.pug
|
|
include src/pug/mixins.pug
|
|
|
|
// main sheet code
|
|
include src/pug/core.pug
|
|
|
|
//hidden inputs & datalists
|
|
include src/pug/data.pug
|
|
|
|
//roll templates
|
|
include src/pug/rolltemplate.pug
|
|
|
|
//sheetworkers
|
|
script(type="text/worker")
|
|
include src/js/sheetworker.js
|