Skip to content

Commit

Permalink
psa
Browse files Browse the repository at this point in the history
  • Loading branch information
skuqre committed Oct 20, 2024
1 parent df5ae1f commit 055649d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
17 changes: 7 additions & 10 deletions src/components/UpdatePopup.astro
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
---
import {marked} from 'marked';
const updateName = "BANNER GENERATORRR!!!";
const updateDate = "Oct 4, 2024";
const updateName = "psa";
const updateDate = "Oct 21, 2024";
const updateContent = `
**introducing a new tool to the roster: the [Banner Generator](/nikke-font-generator/banner)!**
hi this is a psa because i'm pretty bummed out about this
create any banner youd like, with duplicates too!
if you [crop the watermark out](https://x.com/ShitpostRock/status/1848079739925176418) while reposting the [image that had the watermark on](https://new.reddit.com/r/NikkeMobile/comments/1g661dq/whatcha_doing_daisy_meerolling/),
that's bad and Not good i think
this generator is made out of pure spite. please expect bugs
jus letting u know, thank u bye
also, to the guy that asked for Liberalio in the card generator: she was unfortunately deleted by the game, for some reason... I don't know if i'll find her.
**general**
- removed the animation for sticky behavior
- corrected some tutorial sentences
[stemming from this banger that had it on, thank u op on xitter](https://x.com/amarmos_alter/status/1847342642847224227)
`;
---

Expand Down
2 changes: 1 addition & 1 deletion src/scripts/dialogue.js
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ function generateText(text, subtext) {
ctx.drawImage(controls, copos[0], copos[1], controls.width * scaledc / 100, controls.height * scaledc / 100);
}

ctx.globalAlpha = 0.075;
ctx.globalAlpha = 0.1;
ctx.drawImage(wmrk, 16, -16, 128, 128);
} else {
drawGradients(true);
Expand Down

0 comments on commit 055649d

Please sign in to comment.