Commit a1be9ed3 by Jonathan Thomas

Scaling all icon/skin images to 256 for clarity on tutorial, and linking to…

Scaling all icon/skin images to 256 for clarity on tutorial, and linking to templates for downloading.
parent 23b7aad6
Pipeline #13265 passed with stages
in 2 minutes 8 seconds
......@@ -7,7 +7,7 @@ Customize entity and player icons in **CreatureChat** by following this step-by-
---
## **Custom Entity Icons**
<img src="src/main/resources/assets/creaturechat/textures/entity/pig/pig.png" width="512" style="image-rendering: pixelated;">
<img src="src/main/resources/assets/creaturechat/textures/entity/pig/pig.png" width="256" style="image-rendering: pixelated;">
### Folder Structure:
To add custom icons for entities, place the icon files in the following path:
......@@ -29,6 +29,7 @@ To add custom icons for entities, place the icon files in the following path:
### Step 1: Draw your character on top of the rainbow template
Player icons should be `24x24` pixels, and PNG format.
- Download [rainbow-icon-template.png](src/main/resources/assets/creaturechat/screenshots/rainbow-icon-template.png)
<img src="src/main/resources/assets/creaturechat/screenshots/example-player-icon1.png" width="256" style="image-rendering: pixelated;">
&nbsp; <img src="src/main/resources/assets/creaturechat/screenshots/example-player-icon2.png" width="256" style="image-rendering: pixelated;">
......@@ -36,17 +37,18 @@ Player icons should be `24x24` pixels, and PNG format.
### Step 2: Position your icon on your skin
- Download [skin-template.png](src/main/resources/assets/creaturechat/screenshots/skin-template.png)
<img src="src/main/resources/assets/creaturechat/screenshots/example-player-skin1.png" width="256" style="image-rendering: pixelated;">
&nbsp; <img src="src/main/resources/assets/creaturechat/screenshots/example-player-skin2.png" width="256" style="image-rendering: pixelated;">
&nbsp; <img src="src/main/resources/assets/creaturechat/screenshots/example-player-skin3.png" width="256" style="image-rendering: pixelated;">
&nbsp; <img src="src/main/resources/assets/creaturechat/screenshots/example-player-skin4.png" width="256" style="image-rendering: pixelated;">
### Step 3: Toggle Icon Visibility
To activate a custom player icon, include a **black and white key** in your skin:
<img src="src/main/resources/assets/creaturechat/screenshots/example-skin1.png" width="360" style="image-rendering: pixelated;">
&nbsp; <img src="src/main/resources/assets/creaturechat/screenshots/example-skin2.png" width="360" style="image-rendering: pixelated;">
&nbsp; <img src="src/main/resources/assets/creaturechat/screenshots/example-player-skin4.png" width="360" style="image-rendering: pixelated;">
<img src="src/main/resources/assets/creaturechat/screenshots/example-skin1.png" width="256" style="image-rendering: pixelated;">
&nbsp; <img src="src/main/resources/assets/creaturechat/screenshots/example-skin2.png" width="256" style="image-rendering: pixelated;">
&nbsp; <img src="src/main/resources/assets/creaturechat/screenshots/example-player-skin4.png" width="256" style="image-rendering: pixelated;">
1. Add a **black square** at: `(28, 48)`
2. Add a **white square** at: `(32, 48)`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment