# Particles

### Particles

All the other guidelines apply to particles as well, with a few differences.&#x20;

<figure><img src="https://lh3.googleusercontent.com/s6K3gmNm5MAjDQYt6QstVrfbylPzhuQQ5xDz5tsmaNvFw53UnKcT6NFhKB81HmDM97KIXV4S71r2ciiCmDqQhN0jUsUgdXckkB3x0TZ15PA9SPPVlPFtjQF68wP25NhrT7Yqy8BA9j8h" alt=""><figcaption><p>A collection of particles</p></figcaption></figure>

As seen above, the particles need to be even more cartoonish, simple and recognizable, since they are not only small overall, but also move and rotate in space a lot. They also must be in PNG format, 64x64 and named in PascalCase.

<figure><img src="https://lh5.googleusercontent.com/iX3NJxXYgxbFO2Vdtbl7Hu3VEUAChbQ7Akgcy9DGwBPOydXzK_RvbsfTXavajAeZWc8iXg7S9NghyHP9lIRkoBdLkcltGPatxSMZ0EFetELYRZPSQML5Ua0yWKnMGe5emt-wB0AfNAbf" alt=""><figcaption><p>An example of the leaf particles in movement. Players can recognize the shape and color fast enough that the particles do not stay in the world for long.</p></figcaption></figure>

<figure><img src="https://lh6.googleusercontent.com/9oASNXPrTf-SFIdL2VbFaAtG-PEnP5v_C8LeM_5YJWXv68bcCK4IM9Qqvmu35O1OXcu0C_adrOQBM18WYh3WwV_YU61deMTfGEAIt800kK8gTLuh6QZJev2EhrR-g1uFr9LhN1eDR0x5" alt=""><figcaption><p>Another example of particles with different settings, allowing those to shrink as their lifetime is coming to an end. Also: animated console screens in action.</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ss3d.gitbook.io/art-guide/2d/textures/particles.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
