From d519e715a2cab1fcf29c2865723d220ec20209c6 Mon Sep 17 00:00:00 2001 From: David Lambert <40821489+BE-Arbiter@users.noreply.github.com> Date: Thu, 28 Nov 2024 20:09:30 +0100 Subject: [PATCH 1/3] Update of the sheet config. --- StarWars5E/sheet.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StarWars5E/sheet.json b/StarWars5E/sheet.json index 61b0429ec9be..e4a8de9ec9f3 100644 --- a/StarWars5E/sheet.json +++ b/StarWars5E/sheet.json @@ -324,5 +324,5 @@ "descriptiontranslationkey": "cd-bar3-link-desc:-u" } ], - "legacy": true + "legacy": false } \ No newline at end of file From 832d35952de5f906e72e033f6a12abb0c2cf3e72 Mon Sep 17 00:00:00 2001 From: David Lambert <40821489+BE-Arbiter@users.noreply.github.com> Date: Thu, 28 Nov 2024 20:12:32 +0100 Subject: [PATCH 2/3] Migration of the picture URL to the roll20 repository --- StarWars5E/src/css/legacy.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StarWars5E/src/css/legacy.css b/StarWars5E/src/css/legacy.css index 5c2a80aa8e32..ae37efeb13a3 100644 --- a/StarWars5E/src/css/legacy.css +++ b/StarWars5E/src/css/legacy.css @@ -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; From 332dd85e626ab750ab1dfe3db42c3fa85cbe37e4 Mon Sep 17 00:00:00 2001 From: David Lambert <40821489+BE-Arbiter@users.noreply.github.com> Date: Thu, 28 Nov 2024 20:14:39 +0100 Subject: [PATCH 3/3] Build of css --- StarWars5E/StarWars5E_CSS.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StarWars5E/StarWars5E_CSS.css b/StarWars5E/StarWars5E_CSS.css index 8f99a89623af..c159b8c7c4df 100644 --- a/StarWars5E/StarWars5E_CSS.css +++ b/StarWars5E/StarWars5E_CSS.css @@ -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;