Skip to content

Commit

Permalink
breadcrumb test
Browse files Browse the repository at this point in the history
  • Loading branch information
skuqre committed Nov 1, 2024
1 parent 3b19c59 commit c8e7093
Show file tree
Hide file tree
Showing 20 changed files with 144 additions and 27 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img width="80%" src="public/logo-example1.png" /></p>
<p align="center"><img width="80%" src="public/example-logo.png" /></p>

<a href="https://skuqre.github.io/nikke-font-generator"><h2 align="center">Barely Accurate NIKKE Font Generator</h2></a>
<p align="center">
Expand Down
22 changes: 17 additions & 5 deletions public/blabla-npcs.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,10 @@
["legendary commander", "si_c942_00_s"],

["ade", "si_c310_00_s"],
["anachiro", "si_c944_00_s"],
["cinderella", "si_c944_00_s"],
["indivilia", "si_c263_00_s"],
["k", "si_c041_00_s"],
["liberalio", "si_c262_00_s", ""],
["liliweiss", "si_c943_00_s"],
["rapunzel: innocent days", "si_c966_00_s"],
["mana", "si_c290_00_s"],
["papillion", "si_c908_00_s", ""],
["pinne", "si_c941_00_s"],
Expand Down Expand Up @@ -91,7 +88,7 @@
["flora", "si_c411_00_s"],
["hammering", "si_c490_00_s"],
["liveryn", "si_c480_00_s"],
["grave", "si_c510_00_s"],
["grave: old", "si_c510_00_s"],

["t.rony", "si_c976_00_s"],
["black ark ranger", "si_c570_00_s"],
Expand All @@ -102,7 +99,22 @@
["kilo", "si_c977_00_s"],

["behemoth", "si_c560_00_s"],
["leviathan", "si_c562_00_s"],

["mihara: wordless", "si_c162_00_s"],
["yuni: wordless", "si_c985_00_s"]
["yuni: wordless", "si_c985_00_s"],

["phantom: mask off", "si_c580_00_maskoff_s"],

["little mermaid", "si_c513_00_s"],
["siren", "si_c513_00_s"],
["abe", "si_c979_00_s"],
["hansel", "si_c980_00_s"],
["gretel", "si_c981_00_s"],
["red shoes", "si_c982_00_s"],

["rapi: tactical up", "si_c989_00_s"],
["emma: tactical up", "si_c093_00_s"],
["vesti: tactical up", "si_c094_00_s"],
["eunhwa: tactical up", "si_c095_00_s"]
]
14 changes: 13 additions & 1 deletion public/blabla-raptures.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"boss: alteisen mk.vi psid",
"si_mbg001_psid"
],
[
"boss: behemoth psid",
"si_mbg003_psid"
],
[
"boss: black smith",
"si_bbg003"
Expand Down Expand Up @@ -92,7 +96,11 @@
"si_bbg004_zeus"
],
[
"boss: land eater",
"boss: land eater hsta",
"si_ebg001_hsta"
],
[
"boss: land eater psid",
"si_ebg001"
],
[
Expand Down Expand Up @@ -215,6 +223,10 @@
"centurion: rebuild vulcan r",
"si_mcg004_re"
],
[
"centurion: red shoes",
"si_mcg007"
],
[
"centurion: runway",
"si_ecg007"
Expand Down
Binary file removed public/dialogue-example1.png
Binary file not shown.
Binary file removed public/dialogue-example2.png
Binary file not shown.
Binary file added public/example-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/example-blabla.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/example-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/example-dialogue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/example-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file removed public/logo-example1.png
Binary file not shown.
42 changes: 27 additions & 15 deletions src/components/UpdatePopup.astro
Original file line number Diff line number Diff line change
@@ -1,23 +1,35 @@
---
import {marked} from 'marked';
const updateName = "multiple characters";
const updateDate = "Oct 23, 2024";
const updateName = "many new npcs";
const updateDate = "Nov 1, 2024";
const updateContent = `
after a looong loong time comin, multiple characters have been added to the dialogue generator!
you can now add multiple characters, position them individually, or move around with a camera.
**dialogue gen**
- **BREAKING** new character system!
- enables you to add more characters than just one!
- drag them individually, or reorder them!
- **BREAKING** fixed Drag
- Drag wasn't really converting space between screen and canvas right, but it has been reworked in order to be consistent like the banner gen
- anchored Characters and Backgrounds to their **center**
- this means that scaling happens from center, and position anchor is on the center of the character/background, should be easier for resizing!
**EXPECT BUGS! If there are any you see, report immediately. Bugs will be fixed faster if they are easily reproducible!**
since a whole lot of npcs became units and added to nikke.gg, the npcs list has been updated to adapt to it
grave got upgrades, so the playable grave takes precedent, but the old grave still lives
rapunzel got playable, but it's just an id and name change (rapunzel: innocent days -> rapunzel: pure grace)
**blabla gen**
added npcs
- leviathan
- phantom: mask off
- little mermaid / siren
- abe
- hansel
- gretel
- red shoes
- rapi: tactical up
- emma: tactical up
- vesti: tactical up
- eunhwa: tactical up
added raptures
- centurion: red shoes
- boss: land eater -> boss: land eater psid
- boss: land eater hsta
- boss: behemoth psid
`;
---

Expand Down
1 change: 1 addition & 0 deletions src/pages/banner.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const assetTitles = Object.keys(import.meta.glob("../../public/images/banner/tit
<meta name="twitter:title" content="Barely Accurate NIKKE Banner Generator">
<meta name="twitter:description" content="Create a banner with NIKKE stickers easily!">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:image:src" content="/nikke-font-generator/example-banner.png" />

<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/blabla.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import UpdatePopup from '../components/UpdatePopup.astro';
<meta name="twitter:title" content="Barely Accurate NIKKE BlaBla Generator">
<meta name="twitter:description" content="Create a spoof of a Blabla chat from NIKKE easily!">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:image:src" content="/nikke-font-generator/blabla-example1.png" />
<meta property="twitter:image:src" content="/nikke-font-generator/example-blabla.png" />

<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/card.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import UpdatePopup from '../components/UpdatePopup.astro';
<meta name="twitter:title" content="Barely Accurate NIKKE Card Generator">
<meta name="twitter:description" content="Create a spoof of a NIKKE unit easily!">
<meta name="twitter:card" content="summary_large_image">
<!-- <meta property="twitter:image:src" content="/nikke-font-generator/logo-example1.png" /> -->
<meta property="twitter:image:src" content="/nikke-font-generator/example-card.png" />

<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/dialogue.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import UpdatePopup from '../components/UpdatePopup.astro';
<meta name="twitter:title" content="Barely Accurate NIKKE Dialogue Generator">
<meta name="twitter:description" content="Create a spoof of a dialogue interaction from NIKKE easily!">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:image:src" content="/nikke-font-generator/dialogue-example2.png" />
<meta property="twitter:image:src" content="/nikke-font-generator/example-dialogue.png" />

<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
Expand Down
47 changes: 46 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,54 @@ import UpdatePopup from '../components/UpdatePopup.astro';
<meta name="twitter:title" content="Barely Accurate NIKKE Font Generator">
<meta name="twitter:description" content="Create a spoof of the NIKKE: Goddess of Victory logo easily!">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:image:src" content="/nikke-font-generator/logo-example1.png" />
<meta property="twitter:image:src" content="/nikke-font-generator/example-logo.png" />

<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>

<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Logo Generator",
"item": "https://skuqre.github.io/nikke-font-generator"
},
{
"@type": "ListItem",
"position": 2,
"name": "Dialogue Generator",
"item": "https://skuqre.github.io/nikke-font-generator/dialogue"
},
{
"@type": "ListItem",
"position": 3,
"name": "Blabla Generator",
"item": "https://skuqre.github.io/nikke-font-generator/blabla"
},
{
"@type": "ListItem",
"position": 4,
"name": "Boss Warning Generator",
"item": "https://skuqre.github.io/nikke-font-generator/warning"
},
{
"@type": "ListItem",
"position": 5,
"name": "Card Generator",
"item": "https://skuqre.github.io/nikke-font-generator/card"
},
{
"@type": "ListItem",
"position": 6,
"name": "https://skuqre.github.io/nikke-font-generator/banner",
"item": "Profile Banner Generator"
}
]
}
</script>
</head>
<body>
<h1>Barely Accurate NIKKE Font Generator</h1>
Expand Down
35 changes: 35 additions & 0 deletions src/pages/update-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,41 @@ embeddesc: the update log

<br>

## many new npcs `Nov 1, 2024`

since a whole lot of npcs became units and added to nikke.gg, the npcs list has been updated to adapt to it

grave got upgrades, so the playable grave takes precedent, but the old grave still lives

rapunzel got playable, but it's just an id and name change (rapunzel: innocent days -> rapunzel: pure grace)

**blabla gen**
added npcs
- leviathan
- phantom: mask off
- little mermaid / siren
- abe
- hansel
- gretel
- red shoes
- rapi: tactical up
- emma: tactical up
- vesti: tactical up
- eunhwa: tactical up
- grave: old

added raptures
- centurion: red shoes
- boss: land eater -> boss: land eater psid
- boss: land eater hsta
- boss: behemoth psid

<br>

---

<br>

## multiple characters `Oct 23, 2024`

after a looong loong time comin, multiple characters have been added to the dialogue generator!
Expand Down
2 changes: 1 addition & 1 deletion src/pages/warning.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import UpdatePopup from '../components/UpdatePopup.astro';
<meta name="twitter:title" content="Barely Accurate NIKKE Boss Warning Generator">
<meta name="twitter:description" content="Create a spoof of a boss warning in NIKKE easily!">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:image:src" content="/nikke-font-generator/warning-example1.png" />
<meta property="twitter:image:src" content="/nikke-font-generator/example-warning.png" />

<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
Expand Down

0 comments on commit c8e7093

Please sign in to comment.