-
Notifications
You must be signed in to change notification settings - Fork 7
Creating a Ping Sprite
Michael Neises edited this page Jan 15, 2024
·
4 revisions
- Take an image of your subject in profile. The image should be in profile to match all other ping sprites in the game.
![]()
- Open the image in GIMP.
3a. Delete the background.
![]()
3b. Make sure to catch any stray bytes. Use the "Select by Color Tool" to match against all empty/transparent pixels; this will make the lightly-colored pixels stand out.
![]()
- Color the image. Select the image by using the "Select by Color Tool" to match exactly all the transparent pixels, and then do Select > Invert. Then paint the image white.
![]()
- Go to Filters > Edge Detect > Difference of Gaussians. Ensure your primary color is white and your secondary color is black.
![]()
- Be sure to use the "Merge" option. Check for any weirdly-detected edges.
![]()
- Fine tune the filter. You may need to edit your image to smooth out the edges in order to achieve a more natural result.
![]()
- Use the "Color to Alpha" tool to transform black into transparency.
![]()
- Check the final image.
![]()
- Ensure the Image is 128x128. Your vehicle sprite should take up only a small part of that.