Skip to content

Commit

Permalink
System compatible with version 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Veloxization committed Aug 8, 2024
1 parent 622848a commit dbb315a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion main.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
color: var(--tc-color-change-cross-mental);
}

select:focus, textarea:focus, input:focus, #sidebar button:hover {
select:focus, textarea:focus, input:focus, #sidebar button:hover, #sidebar button:focus {
box-shadow: 0 0 10px var(--tc-shadow) !important;
}
a:hover, .tabs .active {
Expand All @@ -175,6 +175,9 @@ a:hover, .tabs .active {
background-color: var(--tc-background-scrollbar) !important;
border-color: var(--tc-border-scrollbar) !important;
}
* {
scrollbar-color: var(--tc-border-scrollbar) var(--color-scrollbar-track) !important;
}
#pause .pause-image {
background: url("icons/pause-icon.png");
background-size: 8rem;
Expand Down
8 changes: 4 additions & 4 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"id": "to-change",
"title": "To Change (Unofficial)",
"description": "<p>A FoundryVTT system implementation for playing the To Change system by Duck and Ewen.</p>",
"version": "0.3.1",
"version": "0.3.2",
"compatibility": {
"minimum": "11",
"verified": "11",
"maximum": "11"
"verified": "12.330",
"maximum": "12"
},
"authors": [
{
Expand Down Expand Up @@ -71,5 +71,5 @@
"background": "systems/to-change/images/tc-thumbnail.jpg",
"url": "https://github.com/Veloxization/to-change",
"manifest": "https://raw.githubusercontent.com/Veloxization/to-change/main/system.json",
"download": "https://github.com/Veloxization/to-change/releases/download/v0.3.1/fvtt-to-change-v0.3.1.zip"
"download": "https://github.com/Veloxization/to-change/releases/download/v0.3.2/fvtt-to-change-v0.3.2.zip"
}
2 changes: 1 addition & 1 deletion tochange.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ Hooks.on("createActor", (document, options, userId) => {
actorTG.PATransgender3 = game.i18n.localize("TC.Sheet.TransgenderChange12");
});

registerHooks();
registerHooks(); // For compatibility with FoundryVTT 11. See about removing.

0 comments on commit dbb315a

Please sign in to comment.