Skip to content

Commit

Permalink
make blabla choices align to right
Browse files Browse the repository at this point in the history
  • Loading branch information
skuqre committed Dec 21, 2023
1 parent cb58339 commit d655b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/blabla.js
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ function generateBlabla() {

for (let i = 0; i < choices.length; i++) {
let fuck = choices[i];
let ibx = bx + ((maxWidth + 30 + 22 * 2) - fuck.boxwidth) / 2;
let ibx = bx + ((maxWidth + 30 + 22 * 2) - fuck.boxwidth) - 22 - 17;
let iby = innerbubcury + 26;

ctx.globalAlpha = 0.5 * alphaMult;
Expand Down

0 comments on commit d655b71

Please sign in to comment.