mirror of
https://github.com/sam-astro/Z-Sharp.git
synced 2025-12-13 09:02:10 +00:00
Change func Update() to func Update(deltaTime)
This commit is contained in:
parent
bd2c7b9c28
commit
ef328935b9
@ -109,7 +109,7 @@ func Start()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Executes each frame
|
// Executes each frame
|
||||||
func Update()
|
func Update(deltaTime)
|
||||||
{
|
{
|
||||||
// Draws the image created in Start(). This is usually at the end of update.
|
// Draws the image created in Start(). This is usually at the end of update.
|
||||||
ZS.Graphics.Draw(exampleSprite)
|
ZS.Graphics.Draw(exampleSprite)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user