# 2D

This document is a set of rules and guidelines for designing and contributing 2D assets for SS3D. It covers the UI elements, textures, decals, particles and so on. Nothing is set in stone, but for reasons of “consistency of style” these things should be kept in mind.

#### General Info:&#x20;

* In most cases, .png file format is to be used as it is easy to edit and supports transparency.
* For consistency it’s best to use the colors from the 3D pallet when possible.
* In case the image or it’s fragment needs to change color, an image should be made white, as Unity programmed coloring works by adding color to the image.

#### Software:

{% embed url="<https://www.gimp.org/>" %}

#### Tasks:

* 2D tasks can be found here: <https://trello.com/b/XVZ95Hjq/ss3d-2d>


---

# 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.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.
