Commit Graph

4 Commits

Author SHA1 Message Date
26309e2dc3 Add asc-ffg-starwars.css for Star Wars RPG styling
- Introduced a new CSS file `asc-ffg-starwars.css` for Star Wars RPG styling.
- Defined custom dice colors using CSS variables.
- Applied unique fonts such as 'ITC Symbol', 'Teuton Mager', 'Elektra Pro', and 'SF Distant Galaxy'.
- Styled scene names, message senders, headers, and characteristic labels with theme-appropriate fonts.
- Added custom text shadow and color styles for various game elements like dice symbols and attributes.

This enhances the RPG's visual design consistency and aligns it with the Star Wars theme.
2025-02-05 11:09:06 -06:00
d5821aa753 Add download and manifest URLs to module.json
Included `download` and `manifest` URLs pointing to the module's release files in the `module.json` file. This facilitates automated updates and direct downloads of the module from the specified repository.

Fix download URL version format in module.json

Updated the `download` URL in `module.json` to include the correct version prefix (`v0.1.0`) for consistency with the release naming convention.
v0.1.0
2025-02-04 20:42:39 -06:00
b152f21d71 Refactor Star Wars Journal module structure and styles
- Replaced `main.js` with `asc-starwars.js` and modularized journal sheet logic into `journalSheets.js`.
- Updated `module.json` to use ES modules and adjusted script/style references accordingly.
- Consolidated and enhanced CSS styles into `asc-starwars-journal.css` and added `asc-ffg-starwars.css`.
- Removed deprecated `starwars-journal.css` and outdated journal sheet registration logic.
2025-02-04 20:32:27 -06:00
ffdcd5c276 initial commit 2024-06-24 10:52:19 -05:00