Kaynağa Gözat

Corrected collection name.

Pawel Jarosz 2 yıl önce
ebeveyn
işleme
12ce80d1a4

+ 1 - 1
examples/timer/repeating_timer/repeating_timer.collection

@@ -1,4 +1,4 @@
-name: "progress"
+name: "repeating_timer"
 scale_along_z: 0
 embedded_instances {
   id: "go"

+ 2 - 0
examples/timer/repeating_timer/repeating_timer.md

@@ -9,4 +9,6 @@ The example shows how to use Defold built-in timer and uses two indicators:
 1. A numerical time text with seconds counter created using a text node
 2. A circular time indicator created using a pie node
 
+The timer trigers updates of those two indicators every 1s to form a counter.
+
 ![repeating_timer](repeating_timer.png)