mirror of
https://github.com/sam-astro/Z-Sharp.git
synced 2026-02-04 07:02:11 +00:00
Fix formatting and spelling
This commit is contained in:
parent
ef328935b9
commit
6a4076de58
@ -1,4 +1,4 @@
|
|||||||
#include<string>
|
#include <string>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user