Fixed a broken link I missed. authored by Brickgard's avatar Brickgard
Asset layers are the pieces that come together to make a single [[Assets]] "piece" of a HUD. Asset layers are the pieces that come together to make a single [Asset](Components/Assets) "piece" of a HUD.
Layers each have a single role/feature, and are configured in the order they will visually appear from top to bottom. For example, A `shadow` layer would probably be at the bottom of your asset layers, since it should be behind everything. An `icon` would likely be on top, so nothing blocks the static texture. Layers each have a single role/feature, and are configured in the order they will visually appear from top to bottom. For example, A `shadow` layer would probably be at the bottom of your asset layers, since it should be behind everything. An `icon` would likely be on top, so nothing blocks the static texture.
## Arrangement ## Arrangement
### Alignment ### Alignment
... ...
......