feat: Add a new Foundry VTT module for tracking and displaying session numbers with GM controls and auto-increment functionality.

This commit is contained in:
CPTN Cosmo 2025-12-21 19:11:07 +01:00
parent ad704b5fa2
commit 44b80af3d0
5 changed files with 320 additions and 0 deletions

26
module.json Normal file
View file

@ -0,0 +1,26 @@
{
"id": "fvtt-session-tracker",
"title": "Session Tracker",
"description": "A lightweight, premium-looking session tracker for Foundry VTT V13.",
"version": "1.0.0",
"authors": [
{
"name": "CPTN Cosmo",
"email": "cptncosmo@gmail.com",
"url": "https://github.com/cptn-cosmo",
"discord": "cptn_cosmo"
}
],
"compatibility": {
"minimum": "13",
"verified": "13"
},
"esmodules": [
"scripts/main.js"
],
"styles": [
"styles/session-tracker.css"
],
"url": "https://github.com/cptn-cosmo/fvtt-session-tracker",
"license": "MIT"
}