1
0
Fork 0
mirror of https://github.com/bra1n/townsquare.git synced 2025-04-04 22:24:36 +00:00

Editing folders for the logos of the scripts ()

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 ## Upcoming version
- Renaming the "edition" folder and reorganizing its files
- Clearer and more efficient print for the votes hidden by Organ Grinder - Clearer and more efficient print for the votes hidden by Organ Grinder
- Using official generic icons as default custom icons - Using official generic icons as default custom icons
- Adding the reminder tokens "Townsfolk", "Outsider", "Minion" and "Demon" - Adding the reminder tokens "Townsfolk", "Outsider", "Minion" and "Demon"

View file

Before

(image error) Size: 67 KiB

After

(image error) Size: 67 KiB

View file

Before

(image error) Size: 49 KiB

After

(image error) Size: 49 KiB

View file

Before

(image error) Size: 416 KiB

After

(image error) Size: 416 KiB

View file

Before

(image error) Size: 244 KiB

After

(image error) Size: 244 KiB

View file

Before

(image error) Size: 98 KiB

After

(image error) Size: 98 KiB

View file

Before

(image error) Size: 21 KiB

After

(image error) Size: 21 KiB

View file

@ -3,7 +3,7 @@
"id": "_meta", "id": "_meta",
"name": "Catfishing", "name": "Catfishing",
"author": "Emily", "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" "id": "investigator"
@ -95,4 +95,4 @@
{ {
"id": "bone_collector" "id": "bone_collector"
} }
] ]

View file

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

View file

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