@@ -70,13 +70,13 @@ Alignment
70
70
71
71
The alignment (str) can take one of the three following values:
72
72
73
- ============================================== ========================
73
+ ============================================== ==================
74
74
Alignment Description
75
- ============================================== ========================
75
+ ============================================== ==================
76
76
:py:data: `pygame_menu.locals.ALIGN_LEFT ` Left alignment
77
77
:py:data: `pygame_menu.locals.ALIGN_CENTER ` Center alignment
78
78
:py:data: `pygame_menu.locals.ALIGN_RIGHT ` Right alignment
79
- ============================================== ========================
79
+ ============================================== ==================
80
80
81
81
82
82
Background Color/Images
@@ -106,16 +106,16 @@ Images needs a Path (file location on disk), a drawing mode, and an optional off
106
106
)
107
107
mytheme.background_color = myimage
108
108
109
- ===================================================== =========================================
109
+ ===================================================== ======================================
110
110
Image drawing modes Description
111
- ===================================================== =========================================
111
+ ===================================================== ======================================
112
112
:py:data: `pygame_menu.baseimage.IMAGE_MODE_CENTER ` Centers the image in the surface
113
113
:py:data: `pygame_menu.baseimage.IMAGE_MODE_FILL ` Fill the image on the surface
114
114
:py:data: `pygame_menu.baseimage.IMAGE_MODE_REPEAT_X ` Repeat the image on x axis
115
115
:py:data: `pygame_menu.baseimage.IMAGE_MODE_REPEAT_XY ` Repeat the image on x and y axis
116
116
:py:data: `pygame_menu.baseimage.IMAGE_MODE_REPEAT_Y ` Repeat the image on y axis
117
117
:py:data: `pygame_menu.baseimage.IMAGE_MODE_SIMPLE ` Write the image on top-left location
118
- ===================================================== =========================================
118
+ ===================================================== ======================================
119
119
120
120
Currently, :py:class: `Theme ` class only supports images for :py:attr: `background_color `
121
121
and :py:attr: `widget_background_color `. Also, only `IMAGE_MODE_FILL ` drawing mode
@@ -185,9 +185,9 @@ Positioning
185
185
186
186
Several possible positions are accepted by some configurations:
187
187
188
- ================================================= ========================
188
+ ================================================= =====================
189
189
Position Description
190
- ================================================= ========================
190
+ ================================================= =====================
191
191
:py:data: `pygame_menu.locals.POSITION_EAST ` East position
192
192
:py:data: `pygame_menu.locals.POSITION_NORTH ` North position
193
193
:py:data: `pygame_menu.locals.POSITION_NORTHEAST ` North/East position
@@ -196,7 +196,7 @@ Position Description
196
196
:py:data: `pygame_menu.locals.POSITION_SOUTHEAST ` South/East position
197
197
:py:data: `pygame_menu.locals.POSITION_SOUTHWEST ` South/West position
198
198
:py:data: `pygame_menu.locals.POSITION_WEST ` West position
199
- ================================================= ========================
199
+ ================================================= =====================
200
200
201
201
Special positions used by Menu :py:class: `pygame_menu._scrollarea.ScrollArea `
202
202
(all above are available):
0 commit comments