Browse Source

Merge pull request #1633 from FeralBytes/patch-6

Improve introduction of 2D transforms
Rémi Verschelde 7 years ago
parent
commit
8cd23c4d48
1 changed files with 3 additions and 4 deletions
  1. 3 4
      tutorials/2d/2d_transforms.rst

+ 3 - 4
tutorials/2d/2d_transforms.rst

@@ -6,10 +6,9 @@ Viewport and canvas transforms
 Introduction
 ------------
 
-This tutorial is created after a topic that is a little dark for most
-users and explains all the 2D transforms going on for nodes from the
-moment they draw their content locally to the time they are drawn into
-the screen.
+This is an overview of the 2D transforms going on for nodes from the
+moment they draw their content locally to the time they are drawn onto
+the screen. This overview discusses very low level details of the engine.
 
 Canvas transform
 ----------------