Revert "Upload old System"

This reverts commit 13af30f74b
This commit is contained in:
WinterMyst
2024-09-21 23:08:17 +00:00
parent 13af30f74b
commit 9337233b21
36 changed files with 0 additions and 1882 deletions

View File

@ -1,15 +0,0 @@
/**
* Define a set of template paths to pre-load
* Pre-loaded templates are compiled and cached for fast access when rendering
* @return {Promise}
*/
export const preloadHandlebarsTemplates = async function() {
return loadTemplates([
// Actor partials.
"systems/kids-on-brooms/templates/actor/parts/actor-features.html",
"systems/kids-on-brooms/templates/actor/parts/actor-adversity.html",
"systems/kids-on-brooms/templates/actor/parts/actor-stats.html",
"systems/kids-on-brooms/templates/actor/parts/actor-npc-stats.html",
]);
};