Examples - Add Dirty Flag Rendering

This commit is contained in:
Marty Oehme 2018-07-20 18:01:49 +02:00
parent fbb3e01b4a
commit 8284e82dcf
4 changed files with 65 additions and 7 deletions

View file

@ -11,7 +11,7 @@ class Game {
double _oscill = 0.1;
bool _oscillDir = true; // oscillate upwards (true) or downwards (false)
double _OSCILLSPEED = 0.05;
double _OSCILLSPEED = 0.1;
bool _fwd = true;
Game(CanvasElement this.canvas) {