Border
Add customizable borders around the screen to change the resolution and enhance ambiance.
Syntax
border %up% %right% %down% %left% [%color%] [%opacity%]
Parameters
up(int, required) , top border height in pixels.right(int, required) , right border width in pixels.down(int, required) , bottom border height in pixels.left(int, required) , left border width in pixels.color(string, optional) , hexadecimal color code (without#). Default is black or transparent.opacity(float, optional) , value from0(fully transparent) to1(fully opaque). Default is fully opaque.
Examples
border 10 0 10 0 4J5162 0.5
Adds a 10px top and bottom border with color4J5162at 50% opacity.
Aspect Ratio Presets
- Cinematic 2.39:1 →
border 56 0 56 0 - Widescreen 1.85:1 →
border 21 0 21 0 - Classic 4:3 →
border 75 0 75 0