Преглед на файлове

Merge pull request #21 from taktran/patch-1

Fix typo in example comment
Björn Ritzl преди 3 години
родител
ревизия
1957776302
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      examples/animation/chained_tween/bunny.script

+ 2 - 2
examples/animation/chained_tween/bunny.script

@@ -25,6 +25,6 @@ end
 3. This function animates the game object position's x component,
    then calls the function `up_down()` on completion.
 4. Start by calling the `up_down()` function.
-5. In parallell, tween the scale y component.
+5. In parallel, tween the scale y component.
 6. And the sprite's tint x component (which is the red value).
---]]
+--]]