mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
Fix #250: Small error in the tutorial Scripting (continued) > Processing
This commit is contained in:
@@ -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
|
||||
------
|
||||
|
||||
Reference in New Issue
Block a user