Skip to content

Commit

Permalink
hires cape
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Jul 23, 2020
1 parent 05d31cf commit 2f667fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/skin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</div>
<div>
<label for="capeInput">Cape</label>
<input type="url" id="capeInput" placeholder="URL" value="https://minerender.org/img/optifine_cape.png">
<input type="url" id="capeInput" placeholder="URL" value="https://minerender.org/img/optifine_hires_cape.png">
</div>
</div>
<div style="margin: 10px;">
Expand Down Expand Up @@ -68,7 +68,7 @@
}, document.body);
skinRender.render({
username: location.hash ? location.hash.substring(1) : "inventivetalent",
capeUrl: "https://minerender.org/img/optifine_cape.png",
capeUrl: "https://minerender.org/img/optifine_hires_cape.png",
optifine: true
});
if (location.hash) $("#nameInput").val(location.hash.substring(1));
Expand Down
Binary file added img/optifine_hires_cape.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2f667fb

Please sign in to comment.