Add README files to loading and multiplayer demos

This commit is contained in:
Aaron Franke
2020-03-09 05:06:17 -04:00
parent 9e3ffe456b
commit fea5db8ed2
14 changed files with 65 additions and 0 deletions

11
loading/threads/README.md Normal file
View File

@@ -0,0 +1,11 @@
# Loading with Threads
An example using a thread to load an image.
Language: GDScript
Renderer: GLES 2
## Screenshots
![Screenshot](screenshots/load_in_thread.png)