mirror of
https://github.com/wassname/phaser.git
synced 2026-07-15 01:11:26 +08:00
Lots of new examples and updates.
This commit is contained in:
@@ -58,9 +58,11 @@ Phaser.Point.prototype = {
|
||||
* @return {Point} This Point object. Useful for chaining method calls.
|
||||
**/
|
||||
setTo: function (x, y) {
|
||||
|
||||
this.x = x;
|
||||
this.y = y;
|
||||
return this;
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user