Resources for creating your own game sprites and images.
URL: https://xcm-sandbox.tech/sprite-paint-tool/
Developer: XcaliburMoon
Features:
- Free browser-based sprite editor
- No installation required
- Create sprites directly in your browser
- Perfect for game sprites and pixel art
- Export as PNG with transparency
- Ideal for beginners and quick prototyping
How to Use:
- Visit https://xcm-sandbox.tech/sprite-paint-tool/
- Create your sprite (spaceship, bullet, enemy, etc.)
- Export as PNG
- Save to the appropriate assets folder
- Use in your game
Recommended for:
- Player spaceship sprites (64x64 px)
- Bullet sprites (8x16 or 16x32 px)
- Enemy sprites (32x32 to 64x64 px)
- UI icons (32x32 px)
- Particle effects (16x16 px)
- GIMP - Full-featured image editor (cross-platform)
- Krita - Digital painting tool with sprite support
- Paint.NET - Simple image editor (Windows only)
- Aseprite - Professional pixel art and sprite editor
- Photoshop - Industry-standard image editor
- GraphicsGale - Sprite animation tool
The XcaliburMoon Sprite Paint Tool is recommended in:
- ADDING_IMAGES.md (main image guide)
- QUICK_IMAGE_GUIDE.md (quick reference)
- ASSETS_STRUCTURE.md (organization guide)
- assets/PLACE_SPRITES_HERE.md
- assets/EXAMPLE_FILE_LAYOUT.txt
- assets/FOLDER_STRUCTURE.txt
- assets/README.txt
- All image subfolder README.md files
-
Design your sprite:
- Go to https://xcm-sandbox.tech/sprite-paint-tool/
- Create a 64x64 pixel spaceship sprite
- Export as PNG
-
Save to assets:
- Save as: assets/images/player/spaceship.png
- Or: assets/spaceship.png
-
Test in game:
- Run: love . or ./start.sh
- Check console for "Loaded: assets/images/player/spaceship.png"
- See your sprite in the game
- Start small: 32x32 or 64x64 pixels
- Use transparency: Save as PNG with alpha channel
- Keep it simple: Clear silhouettes work best
- Use contrast: Make sprites stand out from background
- Test in-game: Check how sprites look while moving
- Consistent style: Match all sprites to same art style
If you prefer using existing sprites:
- Kenney.nl - High-quality free game assets
- OpenGameArt.org - Community assets
- itch.io - Free asset packs
- Visit https://xcm-sandbox.tech/sprite-paint-tool/
- Create your first sprite
- Save to assets/images/player/spaceship.png
- Run the game and see your sprite in action
See ADDING_IMAGES.md for complete implementation guide.