patschreiber/fiend

Improve Renderer

Opened this issue · 0 comments

Must work well with a Scene Manager

Allow for shaders (maybe a layer over the drawn scene?
Allow for warping of pixels and other visual distortions.

Example
You can scale the map every frame by doing
this.scale = this.scale + 0.1;
in drawTileMap()

This could be used for status effects and wonky dream sequences