← Назад к ресурсам

Animate Crosshair

Animated design of the minecraft crosshair

Modrinth gui simplistic vanilla-like

Описание

# **Animate Crosshair** Animated design of the minecraft crosshairs ## Opcional: Frames configuration: Spoiler - Open the .zip file of the texture pack ![img1](https://cdn.modrinth.com/data/cached_images/2adad59fcb30e48ffed69227aa8cf7049202fede.png) - Go to path "/assets/minecraft/textures/gui/sprites/hud" and open the crosshair.png.mcmeta file. ![img3](https://cdn.modrinth.com/data/cached_images/aea0ed5bf057b272670e41a5d775e48d44318019.png) - We're interested in what's inside the frame brackets []. - 0 is the first frame and 10 the last one, you can see this in crosshair.png - {"index": 0,"time": 12} refers to a pause at frame 0 with the time you want. - 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, is the frame order that the animation will be in. - You can add or remove frames depending on the animation and pauses you want. - Don't forget that everything must be followed by a comma “,” as seen in the image ![img4](https://cdn.modrinth.com/data/cached_images/86f0ce3aa07a7336d85b26b9bc1d8c21e83212e8.png)