Browse Subversion Repository
Diff of /trunk/src/js/jgame.js
Parent Directory
| Revision Log
| Patch
| 5513 |
if (this.options) |
if (this.options) |
| 5514 |
this.scene.game.renderer.useDrawOption(this, context); |
this.scene.game.renderer.useDrawOption(this, context); |
| 5515 |
} |
} |
| 5516 |
context.moveTo(0, 0); |
context.moveTo(this.p[0].x, this.p[0].y); |
| 5517 |
for (var i = 1; i < this.p.length; i++) { |
for (var i = 1; i < this.p.length; i++) { |
| 5518 |
var p = this.p[i]; |
var p = this.p[i]; |
| 5519 |
if (p.cp2x !== undefined) { |
if (p.cp2x !== undefined) { |
|
|
Legend:
| Removed from v.161 |
|
| changed lines |
| |
Added in v.168 |
|
|
|