mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +00:00
Updated tutorial_gdscript_efficiently (markdown)
parent
071c544457
commit
e72b977238
@ -201,7 +201,7 @@ d["age"]=11 # modification
|
||||
d.erase("name") #removal
|
||||
```
|
||||
|
||||
Two-dimensional arrays can often be implemented easier with dictionaries. Here's a simple battleship game example:
|
||||
In most cases, two-dimensional arrays can often be implemented more easily with dictionaries. Here's a simple battleship game example:
|
||||
|
||||
```python
|
||||
#battleship game
|
||||
|
Loading…
Reference in New Issue
Block a user