Fix #250: Small error in the tutorial Scripting (continued) > Processing

This commit is contained in:
Asier Iturralde Sarasola
2016-09-26 21:12:24 +02:00
parent 5902461f17
commit 9fa73471f0

View File

@@ -48,7 +48,7 @@ with the following script:
accum += delta
set_text(str(accum))
Which will show a counter increasing each second.
Which will show a counter increasing each frame.
Groups
------