mirror of
https://github.com/wassname/phaser.git
synced 2026-07-10 00:30:50 +08:00
Lots of doc fixes (thanks nhowell)
This commit is contained in:
@@ -137,7 +137,7 @@ Phaser.Graphics.prototype.postUpdate = function () {
|
||||
/**
|
||||
* Destroy this Graphics instance.
|
||||
*
|
||||
* @method Phaser.Sprite.prototype.destroy
|
||||
* @method Phaser.Graphics.prototype.destroy
|
||||
*/
|
||||
Phaser.Graphics.prototype.destroy = function() {
|
||||
|
||||
@@ -158,7 +158,7 @@ Phaser.Graphics.prototype.destroy = function() {
|
||||
/*
|
||||
* Draws a {Phaser.Polygon} or a {PIXI.Polygon} filled
|
||||
*
|
||||
* @method Phaser.Sprite.prototype.drawPolygon
|
||||
* @method Phaser.Graphics.prototype.drawPolygon
|
||||
*/
|
||||
Phaser.Graphics.prototype.drawPolygon = function (poly) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user