mirror of
https://github.com/photonstorm/phaser
synced 2024-11-17 10:18:42 +00:00
Removed Spine Plugin from experimental flag
This commit is contained in:
parent
e6d7a8e68c
commit
0050f4686f
1 changed files with 0 additions and 7 deletions
|
@ -29,7 +29,6 @@ var VisibilityHandler = require('./VisibilityHandler');
|
|||
if (typeof EXPERIMENTAL)
|
||||
{
|
||||
var CreateDOMContainer = require('./CreateDOMContainer');
|
||||
var SpinePlugin = require('../../plugins/spine/src/SpinePlugin');
|
||||
}
|
||||
|
||||
if (typeof PLUGIN_FBINSTANT)
|
||||
|
@ -389,12 +388,6 @@ var Game = new Class({
|
|||
|
||||
AddToDOM(this.canvas, this.config.parent);
|
||||
|
||||
if (typeof EXPERIMENTAL)
|
||||
{
|
||||
// v8
|
||||
new SpinePlugin(this.plugins);
|
||||
}
|
||||
|
||||
this.events.emit('boot');
|
||||
|
||||
// The Texture Manager has to wait on a couple of non-blocking events before it's fully ready.
|
||||
|
|
Loading…
Reference in a new issue