소스 검색

Corrected collection name.

Pawel Jarosz 2 년 전
부모
커밋
12ce80d1a4
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/timer/repeating_timer/repeating_timer.collection
  2. 2 0
      examples/timer/repeating_timer/repeating_timer.md

+ 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)