Add new builds
This commit is contained in:
parent
4c74b6484c
commit
30cbee81c2
14 changed files with 651 additions and 625 deletions
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* @license
|
* @license
|
||||||
* Pixi.JS - v1.1.0
|
* Pixi.JS - v1.2.0
|
||||||
* Copyright (c) 2012, Mat Groves
|
* Copyright (c) 2012, Mat Groves
|
||||||
* http://goodboydigital.com/
|
* http://goodboydigital.com/
|
||||||
*
|
*
|
||||||
|
@ -1777,6 +1777,8 @@ PIXI.InteractionManager.prototype.onTouchMove = function(event)
|
||||||
|
|
||||||
PIXI.InteractionManager.prototype.onTouchStart = function(event)
|
PIXI.InteractionManager.prototype.onTouchStart = function(event)
|
||||||
{
|
{
|
||||||
|
event.preventDefault();
|
||||||
|
|
||||||
var rect = this.target.view.getBoundingClientRect();
|
var rect = this.target.view.getBoundingClientRect();
|
||||||
|
|
||||||
var changedTouches = event.changedTouches;
|
var changedTouches = event.changedTouches;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* @license
|
* @license
|
||||||
* Pixi.JS - v1.1.0
|
* Pixi.JS - v1.2.0
|
||||||
* Copyright (c) 2012, Mat Groves
|
* Copyright (c) 2012, Mat Groves
|
||||||
* http://goodboydigital.com/
|
* http://goodboydigital.com/
|
||||||
*
|
*
|
||||||
|
@ -1777,6 +1777,8 @@ PIXI.InteractionManager.prototype.onTouchMove = function(event)
|
||||||
|
|
||||||
PIXI.InteractionManager.prototype.onTouchStart = function(event)
|
PIXI.InteractionManager.prototype.onTouchStart = function(event)
|
||||||
{
|
{
|
||||||
|
event.preventDefault();
|
||||||
|
|
||||||
var rect = this.target.view.getBoundingClientRect();
|
var rect = this.target.view.getBoundingClientRect();
|
||||||
|
|
||||||
var changedTouches = event.changedTouches;
|
var changedTouches = event.changedTouches;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* @license
|
* @license
|
||||||
* Pixi.JS - v1.1.0
|
* Pixi.JS - v1.2.0
|
||||||
* Copyright (c) 2012, Mat Groves
|
* Copyright (c) 2012, Mat Groves
|
||||||
* http://goodboydigital.com/
|
* http://goodboydigital.com/
|
||||||
*
|
*
|
||||||
|
@ -1777,6 +1777,8 @@ PIXI.InteractionManager.prototype.onTouchMove = function(event)
|
||||||
|
|
||||||
PIXI.InteractionManager.prototype.onTouchStart = function(event)
|
PIXI.InteractionManager.prototype.onTouchStart = function(event)
|
||||||
{
|
{
|
||||||
|
event.preventDefault();
|
||||||
|
|
||||||
var rect = this.target.view.getBoundingClientRect();
|
var rect = this.target.view.getBoundingClientRect();
|
||||||
|
|
||||||
var changedTouches = event.changedTouches;
|
var changedTouches = event.changedTouches;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* @license
|
* @license
|
||||||
* Pixi.JS - v1.1.0
|
* Pixi.JS - v1.2.0
|
||||||
* Copyright (c) 2012, Mat Groves
|
* Copyright (c) 2012, Mat Groves
|
||||||
* http://goodboydigital.com/
|
* http://goodboydigital.com/
|
||||||
*
|
*
|
||||||
|
@ -1777,6 +1777,8 @@ PIXI.InteractionManager.prototype.onTouchMove = function(event)
|
||||||
|
|
||||||
PIXI.InteractionManager.prototype.onTouchStart = function(event)
|
PIXI.InteractionManager.prototype.onTouchStart = function(event)
|
||||||
{
|
{
|
||||||
|
event.preventDefault();
|
||||||
|
|
||||||
var rect = this.target.view.getBoundingClientRect();
|
var rect = this.target.view.getBoundingClientRect();
|
||||||
|
|
||||||
var changedTouches = event.changedTouches;
|
var changedTouches = event.changedTouches;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* @license
|
* @license
|
||||||
* Pixi.JS - v1.1.0
|
* Pixi.JS - v1.2.0
|
||||||
* Copyright (c) 2012, Mat Groves
|
* Copyright (c) 2012, Mat Groves
|
||||||
* http://goodboydigital.com/
|
* http://goodboydigital.com/
|
||||||
*
|
*
|
||||||
|
@ -1777,6 +1777,8 @@ PIXI.InteractionManager.prototype.onTouchMove = function(event)
|
||||||
|
|
||||||
PIXI.InteractionManager.prototype.onTouchStart = function(event)
|
PIXI.InteractionManager.prototype.onTouchStart = function(event)
|
||||||
{
|
{
|
||||||
|
event.preventDefault();
|
||||||
|
|
||||||
var rect = this.target.view.getBoundingClientRect();
|
var rect = this.target.view.getBoundingClientRect();
|
||||||
|
|
||||||
var changedTouches = event.changedTouches;
|
var changedTouches = event.changedTouches;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* @license
|
* @license
|
||||||
* Pixi.JS - v1.1.0
|
* Pixi.JS - v1.2.0
|
||||||
* Copyright (c) 2012, Mat Groves
|
* Copyright (c) 2012, Mat Groves
|
||||||
* http://goodboydigital.com/
|
* http://goodboydigital.com/
|
||||||
*
|
*
|
||||||
|
@ -1777,6 +1777,8 @@ PIXI.InteractionManager.prototype.onTouchMove = function(event)
|
||||||
|
|
||||||
PIXI.InteractionManager.prototype.onTouchStart = function(event)
|
PIXI.InteractionManager.prototype.onTouchStart = function(event)
|
||||||
{
|
{
|
||||||
|
event.preventDefault();
|
||||||
|
|
||||||
var rect = this.target.view.getBoundingClientRect();
|
var rect = this.target.view.getBoundingClientRect();
|
||||||
|
|
||||||
var changedTouches = event.changedTouches;
|
var changedTouches = event.changedTouches;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* @license
|
* @license
|
||||||
* Pixi.JS - v1.1.0
|
* Pixi.JS - v1.2.0
|
||||||
* Copyright (c) 2012, Mat Groves
|
* Copyright (c) 2012, Mat Groves
|
||||||
* http://goodboydigital.com/
|
* http://goodboydigital.com/
|
||||||
*
|
*
|
||||||
|
@ -1777,6 +1777,8 @@ PIXI.InteractionManager.prototype.onTouchMove = function(event)
|
||||||
|
|
||||||
PIXI.InteractionManager.prototype.onTouchStart = function(event)
|
PIXI.InteractionManager.prototype.onTouchStart = function(event)
|
||||||
{
|
{
|
||||||
|
event.preventDefault();
|
||||||
|
|
||||||
var rect = this.target.view.getBoundingClientRect();
|
var rect = this.target.view.getBoundingClientRect();
|
||||||
|
|
||||||
var changedTouches = event.changedTouches;
|
var changedTouches = event.changedTouches;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* @license
|
* @license
|
||||||
* Pixi.JS - v1.1.0
|
* Pixi.JS - v1.2.0
|
||||||
* Copyright (c) 2012, Mat Groves
|
* Copyright (c) 2012, Mat Groves
|
||||||
* http://goodboydigital.com/
|
* http://goodboydigital.com/
|
||||||
*
|
*
|
||||||
|
@ -1777,6 +1777,8 @@ PIXI.InteractionManager.prototype.onTouchMove = function(event)
|
||||||
|
|
||||||
PIXI.InteractionManager.prototype.onTouchStart = function(event)
|
PIXI.InteractionManager.prototype.onTouchStart = function(event)
|
||||||
{
|
{
|
||||||
|
event.preventDefault();
|
||||||
|
|
||||||
var rect = this.target.view.getBoundingClientRect();
|
var rect = this.target.view.getBoundingClientRect();
|
||||||
|
|
||||||
var changedTouches = event.changedTouches;
|
var changedTouches = event.changedTouches;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* @license
|
* @license
|
||||||
* Pixi.JS - v1.1.0
|
* Pixi.JS - v1.2.0
|
||||||
* Copyright (c) 2012, Mat Groves
|
* Copyright (c) 2012, Mat Groves
|
||||||
* http://goodboydigital.com/
|
* http://goodboydigital.com/
|
||||||
*
|
*
|
||||||
|
@ -1777,6 +1777,8 @@ PIXI.InteractionManager.prototype.onTouchMove = function(event)
|
||||||
|
|
||||||
PIXI.InteractionManager.prototype.onTouchStart = function(event)
|
PIXI.InteractionManager.prototype.onTouchStart = function(event)
|
||||||
{
|
{
|
||||||
|
event.preventDefault();
|
||||||
|
|
||||||
var rect = this.target.view.getBoundingClientRect();
|
var rect = this.target.view.getBoundingClientRect();
|
||||||
|
|
||||||
var changedTouches = event.changedTouches;
|
var changedTouches = event.changedTouches;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* @license
|
* @license
|
||||||
* Pixi.JS - v1.1.0
|
* Pixi.JS - v1.2.0
|
||||||
* Copyright (c) 2012, Mat Groves
|
* Copyright (c) 2012, Mat Groves
|
||||||
* http://goodboydigital.com/
|
* http://goodboydigital.com/
|
||||||
*
|
*
|
||||||
|
@ -1777,6 +1777,8 @@ PIXI.InteractionManager.prototype.onTouchMove = function(event)
|
||||||
|
|
||||||
PIXI.InteractionManager.prototype.onTouchStart = function(event)
|
PIXI.InteractionManager.prototype.onTouchStart = function(event)
|
||||||
{
|
{
|
||||||
|
event.preventDefault();
|
||||||
|
|
||||||
var rect = this.target.view.getBoundingClientRect();
|
var rect = this.target.view.getBoundingClientRect();
|
||||||
|
|
||||||
var changedTouches = event.changedTouches;
|
var changedTouches = event.changedTouches;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* @license
|
* @license
|
||||||
* Pixi.JS - v1.1.0
|
* Pixi.JS - v1.2.0
|
||||||
* Copyright (c) 2012, Mat Groves
|
* Copyright (c) 2012, Mat Groves
|
||||||
* http://goodboydigital.com/
|
* http://goodboydigital.com/
|
||||||
*
|
*
|
||||||
|
@ -1777,6 +1777,8 @@ PIXI.InteractionManager.prototype.onTouchMove = function(event)
|
||||||
|
|
||||||
PIXI.InteractionManager.prototype.onTouchStart = function(event)
|
PIXI.InteractionManager.prototype.onTouchStart = function(event)
|
||||||
{
|
{
|
||||||
|
event.preventDefault();
|
||||||
|
|
||||||
var rect = this.target.view.getBoundingClientRect();
|
var rect = this.target.view.getBoundingClientRect();
|
||||||
|
|
||||||
var changedTouches = event.changedTouches;
|
var changedTouches = event.changedTouches;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* @license
|
* @license
|
||||||
* Pixi.JS - v1.1.0
|
* Pixi.JS - v1.2.0
|
||||||
* Copyright (c) 2012, Mat Groves
|
* Copyright (c) 2012, Mat Groves
|
||||||
* http://goodboydigital.com/
|
* http://goodboydigital.com/
|
||||||
*
|
*
|
||||||
|
@ -1777,6 +1777,8 @@ PIXI.InteractionManager.prototype.onTouchMove = function(event)
|
||||||
|
|
||||||
PIXI.InteractionManager.prototype.onTouchStart = function(event)
|
PIXI.InteractionManager.prototype.onTouchStart = function(event)
|
||||||
{
|
{
|
||||||
|
event.preventDefault();
|
||||||
|
|
||||||
var rect = this.target.view.getBoundingClientRect();
|
var rect = this.target.view.getBoundingClientRect();
|
||||||
|
|
||||||
var changedTouches = event.changedTouches;
|
var changedTouches = event.changedTouches;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* @license
|
* @license
|
||||||
* Pixi.JS - v1.1.0
|
* Pixi.JS - v1.2.0
|
||||||
* Copyright (c) 2012, Mat Groves
|
* Copyright (c) 2012, Mat Groves
|
||||||
* http://goodboydigital.com/
|
* http://goodboydigital.com/
|
||||||
*
|
*
|
||||||
|
@ -1777,6 +1777,8 @@ PIXI.InteractionManager.prototype.onTouchMove = function(event)
|
||||||
|
|
||||||
PIXI.InteractionManager.prototype.onTouchStart = function(event)
|
PIXI.InteractionManager.prototype.onTouchStart = function(event)
|
||||||
{
|
{
|
||||||
|
event.preventDefault();
|
||||||
|
|
||||||
var rect = this.target.view.getBoundingClientRect();
|
var rect = this.target.view.getBoundingClientRect();
|
||||||
|
|
||||||
var changedTouches = event.changedTouches;
|
var changedTouches = event.changedTouches;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue