sevivon

[DORMANT] multiplayer dreidel game for mobile devices w/ godot
git clone git://git.figbert.com/sevivon.git
Log | Files | Refs | README | LICENSE

commit 2fb1d138e34180ab443a5db2482726b5f253a28a
parent cc115ddf46efbe22e155b0fbfac9b3a65aac389d
Author: FIGBERT <figbert@figbert.com>
Date:   Sat,  6 Feb 2021 12:07:13 -0800

Add coroutines with yields to documentation list

Diffstat:
Mlog.org | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/log.org b/log.org @@ -21,6 +21,7 @@ 1. [[https://docs.godotengine.org/en/stable/tutorials/networking/high_level_multiplayer.html][High-Level Multiplayer]] 2. [[https://docs.godotengine.org/en/stable/tutorials/networking/http_request_class.html][Making HTTP Requests]] 3. [[https://docs.godotengine.org/en/stable/tutorials/networking/ssl_certificates.html][SSL Certificates]] +4. [[https://docs.godotengine.org/en/stable/getting_started/scripting/gdscript/gdscript_basics.html#coroutines-with-yield][Coroutines with yield]] ** Server Exports 1. [[https://docs.godotengine.org/en/stable/getting_started/workflow/export/exporting_for_dedicated_servers.html][Exporting for Dedicated Servers]] 2. [[https://docs.godotengine.org/en/stable/development/compiling/compiling_for_osx.html#compiling-a-headless-server-build][Compiling a Server Build for macOS]]