> For the complete documentation index, see [llms.txt](https://docs.candy-smith.com/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.candy-smith.com/main/general-info/how-to-reskin.md).

# How to reskin

<figure><img src="/files/I0cKEhSwU6NSETm2JGMa" alt=""><figcaption></figcaption></figure>

<figure><img src="https://static.wixstatic.com/media/d59ada_622a2e9e3add4519a32fe10235ef47a7~mv2.jpg/v1/fill/w_600,h_313,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/21.jpg" alt=""><figcaption><p>Dynamic Reskin for Sweet Candy Sugar Match 3</p></figcaption></figure>

You don’t need to change a lot of similar arts in different places into the project. Just change one art in Textures\_png folder, and this art will replaced in all places of the project, where it should be located.

1. Open a project
2. Go to Assets → Textures\_png
3. For reskin, you should to change all arts in all folders into Textures\_png Folder.

EXAMPLE, open Textures \_png Folder --> Items (folder includes all items and blocks images in the project). Replace your arts in Textures\_png --> Items to reskin all images in this Folder. Do the same for all folders inside the Textures\_png.

<figure><img src="/files/UBD1FyirPBe8opMXr2dV" alt=""><figcaption></figcaption></figure>

Remember - your art should be the same size and only in the PNG format like in the project, to correctly display the textures in the project.<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.candy-smith.com/main/general-info/how-to-reskin.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
