@al-engine/game_object
v0.2.0
Published
Game Object for Al-engine, minimalistic game engine, for pixel perfect games
Downloads
3
Readme
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