Skip to content

Commit

Permalink
woops LMAO
Browse files Browse the repository at this point in the history
  • Loading branch information
skuqre committed Mar 3, 2024
1 parent 1c72801 commit 1461bd1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file added public/images/dialogue/anis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/components/SizingTool.astro
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
type="number"
id="xposch"
autocomplete="off"
value="0"
value="-320"
step="10"
style="margin-bottom: 4px;"
/>
Expand All @@ -70,7 +70,7 @@
type="number"
id="yposch"
autocomplete="off"
value="0"
value="90"
step="10"
style="margin-bottom: 4px;"
/>
Expand All @@ -81,7 +81,7 @@
type="number"
id="scalech"
autocomplete="off"
value="100"
value="90"
style="margin-bottom: 4px;"
/>
</td>
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/dialogue.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ bg.src = `/nikke-font-generator/images/dialogue/bgs/CommanderRoom.png`;

let char = new Image();
char.crossOrigin = "anonymous"
char.src = `https://media.discordapp.net/attachments/1154460728179314710/1172492683420368917/NIKKE-DB_c012_fb_234.png`;
char.src = `/nikke-font-generator/images/dialogue/anis.png`;

let rng = [
"Heya Commander! How's it going?",
Expand Down

0 comments on commit 1461bd1

Please sign in to comment.