sebastianardelean / cube-engine

0 stars 1 forks source link

Rename sprite class to canvas class #1

Closed ghost closed 3 years ago

ghost commented 3 years ago

In current implementation Sprite is used as a canvas of window height and width. Normally, a sprite is just a clip of an image with an exact size that can be, maximum window's size. In current implementation a sprite is always window's size.