Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of martin barker | > | Canvas Game FPS Engine | > | CanvasGame.FPSEngine.demo.js | > | Download | ||
|
Download |
CanvasGame.draw = function(context){ context.fillStyle = '#888'; context.lineWidth = 4; // Draw some rectangles. context.fillRect(0, 0, 800, 600); context.fillStyle = '#f00'; } CanvasGame.FPSEngine.callDraw(); |