Fix formatting and spelling

This commit is contained in:
sam-astro 2022-05-21 12:04:00 -04:00
parent ef328935b9
commit 6a4076de58
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ float lerpSpeed = 14
bool aiOn = false bool aiOn = false
// Main is always run at the VERY BEGINNING. Start() is the start of GRAPHICS // Main is always run at the VERY BEGINNING. Start() is the start of GRAPHICS
// so if you never call ZS.Grapgics.Init, then Start won't run // so if you never call ZS.Graphics.Init, then Start won't run
func Main() func Main()
{ {
// Immediately creates the window, then Start(), then the game loop. The game loop calls Update() every frame // Immediately creates the window, then Start(), then the game loop. The game loop calls Update() every frame