foundryvtt-reve-de-dragon/module/rdd-calendrier.js

22 lines
699 B
JavaScript

/* -------------------------------------------- */
const heures = [ "Vaisseau", "Sirène", "Faucon", "Couronne", "Dragon", "Epées", "Lyre", "Serpent", "Poisson Acrobate", "Araignée", "Roseau", "Château Dormant" ]
/* -------------------------------------------- */
export class RdDCalendrier extends Application {
data = {
saisons: [],
};
static get defaultOptions() {
const options = super.defaultOptions;
options.template = "systems/foundryvtt-reve-de-dragon/templates/calendar-template.html";
options.popOut = false;
options.resizable = false;
return options;
}
/*getData() {
return templateData;
}*/
}