Skip to content

Commit

Permalink
머리
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelKihoon committed Oct 1, 2024
1 parent a576852 commit e568275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catchpingmake.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ <h2>캐치핑 커스터마이징</h2>
// Load and draw the selected hair type if any
if (selectedHairImage) {
const hairImage = await loadImage(selectedHairImage);
ctx.drawImage(hairImage, 50, 30, 100, 100); // Adjust position based on the hair image
ctx.drawImage(hairImage, 50, 30, 200, 200); // Adjust position based on the hair image
}

// Load and draw the selected head accessory if any
Expand Down

0 comments on commit e568275

Please sign in to comment.