reordered entries; proofread with a spellchecker

This commit is contained in:
chimchooree
2020-11-30 20:40:32 -06:00
parent 3277413f5b
commit 4aa64b14cc
16 changed files with 214 additions and 148 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ Coroutines allow for scripted game scenarios that respond dynamically to the pla
<br>
As a basic example of coroutines in Godot Engine, I made a stoplight. Follow along with my code on <a href="https://gitlab.com/chimchooree/stoplight">GitLab</a>. <br>
<br>
In my example, the light changes every few seconds, going from green, yellow, then finally red. The light changes immediately if the Walk Button is pressed. This project demonstates methods that can wait, resume, and be affected through player action. <br>
In my example, the light changes every few seconds, going from green, yellow, then finally red. The light changes immediately if the Walk Button is pressed. This project demonstrates methods that can wait, resume, and be affected through player action. <br>
<br>
<center>
<a target="_blank" href="/static/img/ent/stoplight_demonstration.gif">