Skip to content

Commit

Permalink
Merge pull request #13557 from BE-Arbiter/StarWars5E/develop
Browse files Browse the repository at this point in the history
[Star Wars 5e] - Fix Sheet.json
  • Loading branch information
NorWhal authored Nov 28, 2024
2 parents e9c4460 + 9526cf1 commit c172334
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion StarWars5E/StarWars5E_CSS.css
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
height: 100%;
width: 100%;
border-radius: 50%;
background: url('https://raw.githubusercontent.com/BE-Arbiter/roll20-character-sheets/refs/heads/StarWars5E/develop/StarWars5E/pictures/alliance.png')
background: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/StarWars5E/pictures/alliance.png')
center center no-repeat;
background-size: 80% 80%;
cursor: pointer;
Expand Down
2 changes: 1 addition & 1 deletion StarWars5E/sheet.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,5 +324,5 @@
"descriptiontranslationkey": "cd-bar3-link-desc:-u"
}
],
"legacy": true
"legacy": false
}
2 changes: 1 addition & 1 deletion StarWars5E/src/css/legacy.css
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ button[type=roll] * {
height: 100%;
width: 100%;
border-radius: 50%;
background: url('https://raw.githubusercontent.com/BE-Arbiter/roll20-character-sheets/refs/heads/StarWars5E/develop/StarWars5E/pictures/alliance.png')
background: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/StarWars5E/pictures/alliance.png')
center center no-repeat;
background-size: 80% 80%;
cursor: pointer;
Expand Down

0 comments on commit c172334

Please sign in to comment.