Skip to content

Commit 9b1663c

Browse files
committed
add credits for the story/adventure feature
tba : apply the correct date when merge into main happens
1 parent 6c3fab4 commit 9b1663c

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

src/components/common/Credits/Table.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,9 @@ const props = defineProps({
5454
background: #87ceeb;
5555
color: black;
5656
}
57+
58+
.skyblue2 {
59+
background: #52f8f2;
60+
color: black;
61+
}
5762
</style>

src/components/views/Credits.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ onMounted(() => {
3535
const market = useMarket()
3636
3737
const external: help[] = [
38+
{
39+
name: 'Rhystic1',
40+
contribution: 'Story/Roleplaying Generator',
41+
tier: 'skyblue2'
42+
},
3843
{
3944
name: 'Bingle',
4045
contribution: 'Fixing favorite assets through Spine Pro.',
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export interface help {
22
name: string
33
contribution: string
4-
tier: 'gold' | 'silver' | 'amethyst' | 'pink' | 'SELEKCJONER' | 'skyblue' | null
4+
tier: string | null
55
}

src/utils/json/updateLog.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,10 @@
573573
},
574574
{
575575
"date": "November 22nd 2025",
576-
"update": "Galley: Updated chapter and albums. added chapter 41 & 42, "
576+
"update": "Galley: Updated chapter and albums. added chapter 41 & 42, goddess fall and blank ticket galleries"
577+
},
578+
{
579+
"date": "XXXXX TBA 2025",
580+
"update": "Added the Story/Roleplaying Generator feature. Developped entirely by Rhystic1 on GitHub!"
577581
}
578582
]

0 commit comments

Comments
 (0)