Project-Rekt / engine

Game Engine - Currently on version MASON
https://project-rekt.github.io/engine/index.html
Apache License 2.0
1 stars 3 forks source link

Add create method for Actor class #11

Closed Squishy123 closed 4 years ago

Squishy123 commented 4 years ago

Add create method for actor class

The create method would be similar to render except, it is only called once on actor init. Once it's added to the world, the create method is called.

Task:

Actor Class

Add skeleton for create method

Stage Class

Call create method in addActor method

Squishy123 commented 4 years ago

completed!