💬 Bubble

Basics

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

Add a new Bubble configuration

Bubble config contains 4 images and a YAML config file.

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:

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

Last updated