mirror of
https://github.com/msikma/pokesprite.git
synced 2026-09-09 02:45:11 -05:00
Fix offset example image width
This commit is contained in:
@@ -124,7 +124,7 @@ To somewhat mitigate this, the sprites can be made to overlap each other. In nea
|
||||
|
||||
The recommended overlap is **-24px left** and **-16px top**, which is a compromise between bringing the smaller sprites closer together and not letting the larger sprites overlap. **Here's an example of what that looks like:**
|
||||
|
||||
<p align="center"><img align="center" src="resources/images/offset_example_2x.png" width="512" alt="Sprite offset example"></p>
|
||||
<p align="center"><img align="center" src="resources/images/offset_example_2x.png" width="552" alt="Sprite offset example"></p>
|
||||
|
||||
With this setup, the larger sprites are quite close together but not uncomfortably so, and the smaller sprites are not too far away from each other. There is some small overlap for the largest sprites (the special Gigantamax forms), but not excessively so, and in most cases it should be rare to see multiple Gigantamax forms next to one another since it's not a permanent form.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user