Переглянути джерело

Merge pull request #1456 from skyace65/FirstGameImprovements

Update Your First Game Tutorial
Max Hilbrunner 7 роки тому
батько
коміт
cc35dbd716

BIN
getting_started/step_by_step/img/player_signals.png


+ 10 - 10
getting_started/step_by_step/your_first_game.rst

@@ -872,26 +872,26 @@ ScoreLabel
 MessageLabel
 ~~~~~~~~~~~~
 
--  ``Layout``: "Center Bottom"
+-  ``Layout``: "Center"
 -  ``Margin``:
 
-   -  Left: ``-100``
-   -  Top: ``-200``
-   -  Right: ``100``
-   -  Bottom: ``-100``
+   -  Left: ``-200``
+   -  Top: ``-150``
+   -  Right: ``200``
+   -  Bottom: ``0``
 
 -  Text: ``Dodge the Creeps!``
 
 StartButton
 ~~~~~~~~~~~
 
--  ``Layout``: "Center"
+-  ``Layout``: "Center Bottom"
 -  ``Margin``:
 
-   -  Left: ``-60``
-   -  Top: ``70``
-   -  Right: ``60``
-   -  Bottom: ``150``
+   -  Left: ``-100``
+   -  Top: ``-200``
+   -  Right: ``100``
+   -  Bottom: ``-100``
 
 -  Text: ``Start``