mirror of
https://github.com/godotengine/godot.git
synced 2024-11-24 21:22:48 +00:00
Updated tutorial_gdscript_efficiently (markdown)
parent
43c08efc44
commit
c1028e274e
@ -334,7 +334,7 @@ for i in range(5,10,2):
|
||||
And backwards looping is done through a negative counter:
|
||||
|
||||
```c++
|
||||
for(int i=10;i>0;i++) {}
|
||||
for(int i=10;i>0;i--) {}
|
||||
```
|
||||
|
||||
becomes
|
||||
|
Loading…
Reference in New Issue
Block a user