Quellcode durchsuchen

Update bunny1.script

Björn Ritzl vor 6 Jahren
Ursprung
Commit
1b3ef73e25
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      examples/basics/message_passing/bunny1.script

+ 3 - 3
examples/basics/message_passing/bunny1.script

@@ -13,6 +13,6 @@ end
 --[[
 1. If someone sends us a "go to" message, set the speech label text and animate to the position supplied
    in the message data. At the end of animation, call the function `landed()`
-2. This function is called when the position animatin is completed. It sets the speech label text and then
-   sends a message called "i'm there" to the component "script" in the "blue ship" game object.
---]]
+2. This function is called when the position animation is completed. It sets the speech label text and then
+   sends a message called "i'm there" to the component "script" in the "bunny 2" game object.
+--]]