Editing folders for the logos of the scripts (#196)

This commit is contained in:
MRegnard 2024-12-04 21:49:24 +01:00 committed by GitHub
parent 81b5d0985c
commit 3d9ec7c1ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 5 additions and 4 deletions

View file

@ -2,6 +2,7 @@
## Upcoming version
- Renaming the "edition" folder and reorganizing its files
- Clearer and more efficient print for the votes hidden by Organ Grinder
- Using official generic icons as default custom icons
- Adding the reminder tokens "Townsfolk", "Outsider", "Minion" and "Demon"

View file

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 67 KiB

View file

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

View file

Before

Width:  |  Height:  |  Size: 416 KiB

After

Width:  |  Height:  |  Size: 416 KiB

View file

Before

Width:  |  Height:  |  Size: 244 KiB

After

Width:  |  Height:  |  Size: 244 KiB

View file

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 98 KiB

View file

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View file

@ -3,7 +3,7 @@
"id": "_meta",
"name": "Catfishing",
"author": "Emily",
"logo": "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/logo/catfishing.png"
"logo": "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/logos/catfishing.png"
},
{
"id": "investigator"
@ -95,4 +95,4 @@
{
"id": "bone_collector"
}
]
]

View file

@ -7,7 +7,7 @@
backgroundImage: `url(${
edition.logo && grimoire.isImageOptIn
? edition.logo
: require('../assets/editions/' + edition.id + '.png')
: require('../assets/logos/' + edition.id + '.png')
})`,
}"
></li>

View file

@ -40,7 +40,7 @@
:class="['edition-' + edition.id]"
:style="{
backgroundImage: `url(${require(
'../../assets/editions/' + edition.id + '.png',
'../../assets/logos/' + edition.id + '.png',
)})`,
}"
:key="edition.id"