mirror of
https://git.sleeping.town/mirrors/foxy-moxy
synced 2024-11-14 16:17:44 +00:00
Fix mouth render bug.
This commit is contained in:
parent
af5f06f0d9
commit
d3f3af380e
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ function renderNose(ctx, opts) {
|
|||
|
||||
function renderMouth(ctx, opts) {
|
||||
ctx.strokeStyle = "black";
|
||||
ctx.lineWidth = 2;
|
||||
ctx.lineWidth = 0.01 * ctx.canvas.width;
|
||||
ctx.beginPath();
|
||||
switch (opts.style) {
|
||||
case "smirk":
|
||||
|
|
Loading…
Reference in a new issue