0.2.0 • Published 2 years ago
@al-engine/game_object v0.2.0
Al engine
Scale
This is module with base class of Game Object for Al engine.
You need to extend your class from GameObject and add realisation of needed methods:
needUpdate
init
tick
update
render
draw
Also you can use fields:
position
size
speed
children
parent
sprite