Skip to content

Commit

Permalink
Update mode.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DomathID authored Oct 8, 2024
1 parent b0d5db1 commit b77949b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mode.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ <h1>Welcome to My Live2D Page</h1>
const scaleX = (innerWidth * 0.9) / model.width;
const scaleY = (innerHeight * 0.9) / model.height;
model.scale.set(Math.min(scaleX, scaleY));
model.y = innerHeight * 0.05;
model.y = innerHeight * 0.6;
}
}

Expand Down

0 comments on commit b77949b

Please sign in to comment.