mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Typo fixes from git
This commit is contained in:
@@ -51,7 +51,7 @@ Signals
|
||||
Numeric Constants
|
||||
-----------------
|
||||
|
||||
- **ALIGN_BEGIN** = **0** --- Align buttons at the begining.
|
||||
- **ALIGN_BEGIN** = **0** --- Align buttons at the beginning.
|
||||
- **ALIGN_CENTER** = **1** --- Align buttons in the middle.
|
||||
- **ALIGN_END** = **2** --- Align buttons at the end.
|
||||
- **ALIGN_FILL** = **3** --- Spread the buttons, but keep them small.
|
||||
@@ -60,7 +60,7 @@ Numeric Constants
|
||||
Description
|
||||
-----------
|
||||
|
||||
Array of Buttons. A Button array is useful to have an array of buttons laid out vertically or horizontally. Only one can be selected. This is useful for joypad based interfaces and option menus.
|
||||
Array of Buttons. A Button array is useful to have an array of buttons laid out vertically or horizontally. Only one can be selected. This is useful for joy pad based interfaces and option menus.
|
||||
|
||||
Member Function Description
|
||||
---------------------------
|
||||
@@ -119,7 +119,7 @@ Return the currently hovered button in the array.
|
||||
|
||||
- void **set_selected** **(** :ref:`int<class_int>` button **)**
|
||||
|
||||
Sekect a button in the array.
|
||||
Select a button in the array.
|
||||
|
||||
.. _class_ButtonArray_erase_button:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user