# 💬 Bubble

## Basics

You can refer to this page since they are working in almost the same way

## Add a new Bubble configuration

<figure><img src="https://content.gitbook.com/content/38qW4kbjQZD9awFw00si/blobs/Wosn6o7l1WSPZwo59pBF/image.png" alt=""><figcaption></figcaption></figure>

Bubble config contains 4 images and a YAML config file.

```yaml
left:
  image: chat_left
  height: 13
  ascent: 9
middle:
  image: chat_middle
  height: 13
  ascent: 9
right:
  image: chat_right
  height: 13
  ascent: 9
tail:
  image: chat_tail
  height: 13
  ascent: 9
```

**height/ascent**:&#x20;

> * height: The height of the character, measured in pixels. Can be negative. This tag is separate from the area used in the source texture and just rescales the displayed result.
> * ascent: The ascent of the character, measured in pixels. This value adds a vertical shift to the displayed result.
