Skip to content

Commit c8bceb4

Browse files
committed
Fix indent
1 parent ad582ac commit c8bceb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/classes/Timer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Without requiring much code, a timer node can be added and configured in the editor. The [signal timeout] signal it emits can also be connected through the Node dock in the editor:
1010
[codeblock]
1111
func _on_timer_timeout():
12-
print("Time to attack!")
12+
print("Time to attack!")
1313
[/codeblock]
1414
[b]Note:[/b] To create a one-shot timer without instantiating a node, use [method SceneTree.create_timer].
1515
[b]Note:[/b] Timers in Time mode are affected by [member Engine.time_scale]. The higher the time scale, the sooner timers will end. How often a timer processes may depend on the framerate or [member Engine.physics_ticks_per_second].

0 commit comments

Comments
 (0)