Browse Source

Small typo fix: 2-bit changed to 1-bit (#3214)

2-bit images support 4 colors.

Technically, a 1-bit image supports 2 colors: black & white.
Chris Moscoso 5 years ago
parent
commit
96560ed17d

+ 1 - 1
getting_started/step_by_step/ui_introduction_to_the_ui_system.rst

@@ -101,7 +101,7 @@ TextureButton
 one for each of the button's states. Most of the time, you'll use the
 one for each of the button's states. Most of the time, you'll use the
 Normal, Pressed, and Hover textures. Focused is useful if your interface
 Normal, Pressed, and Hover textures. Focused is useful if your interface
 listens to the keyboard's input. The sixth image slot, the Click Mask,
 listens to the keyboard's input. The sixth image slot, the Click Mask,
-lets you define the clickable area using a 2-bit, pure black and white
+lets you define the clickable area using a 1-bit, pure black and white
 image.
 image.
 
 
 In the Base Button section, you'll find a few checkboxes that change how
 In the Base Button section, you'll find a few checkboxes that change how