Skip to content

backgrounds

toxicity188 edited this page Nov 8, 2024 · 8 revisions

Deprecated - In BetterHud 1.9, background will recreated.

can create a background image for your text.

structure of the backgrounds folder looks like this

backgrounds
└── example1.yml
    └── example1
        └── left.png
        └── body.png
        └── rifgt.png
└── example2.yml
    └── example2
        └── left.png
        └── body.png
        └── rifgt.png
...
  1. the yml file and the folder name must be the same.
  2. put left.png , body.png, right.png into a folder.
  3. rest is set in layout documentation

these are the left.png , body.png, and right.png example files.


organization of a yml file is simple.

example1.yml

x: 0
y: 0

Clone this wiki locally