Updated tutorial_gdscript_efficiently (markdown)

reduz 2014-09-20 08:59:05 -07:00
parent a92fe64c41
commit e310ff356e

@ -306,7 +306,7 @@ for i in range(strings.size()):
And while() loops are the same everywhere:
``python
```python
var i=0