Skip to content

A Themes section for documenting Figura Themes #57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/themes/Assets/Textures/Avatar Wizard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
sidebar_position: 1
---

# Avatar Wizard

The template textures used when making an avatar.

---

| Texture | File Path | Description |
| -------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------- | -------------------------------------------------------------------------------------- |
| <img src={require("@site/static/img/themes/assets/avatar-wizard/cape.png").default} class="pixelated" width="256"></img> | `textures/avatar_wizard/cape.png` | The template cape texture used when making a new avatar with a cape template. |
| <img src={require("@site/static/img/themes/assets/avatar-wizard/icon.png").default} class="pixelated" width="256"></img> | `textures/avatar_wizard/icon.png` | The default icon used when making a new avatar. |
| <img src={require("@site/static/img/themes/assets/avatar-wizard/texture_slim.png").default} class="pixelated" width="256"></img> | `textures/avatar_wizard/texture_slim.png` | The template slim skin texture used when making a new avatar with a slim player model. |
| <img src={require("@site/static/img/themes/assets/avatar-wizard/texture.png").default} class="pixelated" width="256"></img> | `textures/avatar_wizard/texture.png` | The template skin texture used when making a new avatar with a player model. |
27 changes: 27 additions & 0 deletions docs/themes/Assets/Textures/Fonts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
sidebar_position: 2
---

# Fonts

The various icons used in Figura like badges, status icons, loading icons, emojis and more.

---

## Icons

| Texture | File Path | Description |
| ------------------------------------------------------------------------------------------------------------------- | --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <img src={require("@site/static/img/themes/assets/fonts/arrows.png").default} class="pixelated" width="256"></img> | `textures/font/arrows.png` | Arrow icons that appear in the Figura Settings Menu. |
| <img src={require("@site/static/img/themes/assets/fonts/badges.png").default} class="pixelated" width="256"></img> | `textures/font/badges.png` | Badges that appear in chat indicating stuff like errors, warnings, permissions or special roles. |
| <img src={require("@site/static/img/themes/assets/fonts/icons.png").default} class="pixelated" width="256"></img> | `textures/font/icons.png` | Icons that appear when making an avatar favorite, in the search bars, and info boxes. |
| <img src={require("@site/static/img/themes/assets/fonts/loading.png").default} class="pixelated" width="256"></img> | `textures/font/loading.png` | A loading icon that appears when an avatar is being loaded. |
| <img src={require("@site/static/img/themes/assets/fonts/pride.png").default} class="pixelated" width="256"></img> | `textures/font/pride.png` | Pride Figura Icons that can be used in nameplates, chat, and more. |
| <img src={require("@site/static/img/themes/assets/fonts/special.png").default} class="pixelated" width="256"></img> | `textures/font/special.png` | An ear icon that appears in the "also try ears" splash text. |
| <img src={require("@site/static/img/themes/assets/fonts/status.png").default} class="pixelated" width="256"></img> | `textures/font/status.png` | Status icons that appear inside the Figura Menu that indicate the status of various elements of your avatar like file size, textures, scripts and if you are connected to the cloud. |

## Emojis

:::warning
This page is still being worked on!
:::
Loading
Loading