

If you've read the first few sections of this guide, you'll spot it right away: Turrets specifically have a black border added to them, so you must account for that while making your sprites, leaving transparent space around turrets for example: Ripple You can find all the vanilla sprites here:Īnother thing to know about sprites is that some of them are modified by the game. my-hail could be a turret, and it could look for the suffix -heat and what this means is it'll look for my-hail-heat.
#Mindustry water generator
content/blocks/my-hail.json has the name my-hail and similarly sprites/my-hail.png has the name my-hail, so it'll be used by this content.Ĭontent may look for multiple sprites. A collection of schematics for many different uses All Reviews: Overwhelmingly Positive You should resize your image in advance to some multiple of 128x128 (does not need to be a square) View all 10 high-quality Screenshots of the Mindustry app for Android Combustion Generator 2 Combustion Generator 2. The content parser will look through it recursively, so you can organize them how ever you feel.Ĭontent is going to look for sprites relative to it's own name. Sprites can simply be dropped in the sprites/ subdirectory. Block sprites should be 32 * size, so a 2x2 block would require a 64圆4 image. The content of these files will tend to look something like this:Īll you need to make sprites, is an image editor that supports transparency (aka: not paint).
#Mindustry water mods
sprites/ Sprites directory for your content,Įvery platform has a different user application data directory, and this is where your mods should be placed:.sprites-override/ Sprites directory for overriding ingame content,.schematics/ directory for Schematic files,.content/* directories for game Content,.


