فهرست منبع

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 سال پیش
والد
کامیت
96560ed17d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      getting_started/step_by_step/ui_introduction_to_the_ui_system.rst

+ 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
 Normal, Pressed, and Hover textures. Focused is useful if your interface
 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.
 
 In the Base Button section, you'll find a few checkboxes that change how