Browse Source

Merge pull request #514 from arnaudcoj/invert_gui_margin_in_your_first_game

Invert GUI margins signs in your_first_game#hud
Rémi Verschelde 7 years ago
parent
commit
84a3c21ba6
1 changed files with 10 additions and 10 deletions
  1. 10 10
      learning/step_by_step/your_first_game.rst

+ 10 - 10
learning/step_by_step/your_first_game.rst

@@ -565,9 +565,9 @@ ScoreLabel
 -  ``Anchor``: "Center Top"
 -  ``Margin``:
 
-   -  Left: ``240``
+   -  Left: ``-240``
    -  Top: ``0``
-   -  Right: ``-240``
+   -  Right: ``240``
    -  Bottom: ``100``
 
 -  Text: ``0``
@@ -578,10 +578,10 @@ MessageLabel
 -  ``Anchor``: "Center"
 -  ``Margin``:
 
-   -  Left: ``240``
-   -  Top: ``260``
-   -  Right: ``-240``
-   -  Bottom: ``-60``
+   -  Left: ``-240``
+   -  Top: ``-260``
+   -  Right: ``240``
+   -  Bottom: ``60``
 
 -  Text: ``Dodge the Creeps!``
 
@@ -591,10 +591,10 @@ StartButton
 -  ``Anchor``: "Center"
 -  ``Margin``:
 
-   -  Left: ``60``
-   -  Top: ``-70``
-   -  Right: ``-60``
-   -  Bottom: ``-150``
+   -  Left: ``-60``
+   -  Top: ``70``
+   -  Right: ``60``
+   -  Bottom: ``150``
 
 -  Text: ``Start``