mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 07:01:20 +00:00
Fixed concat grunt task so that the Weapon plugin is included.
This commit is contained in:
parent
bc00c900e9
commit
834a8df99d
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ module.exports = {
|
||||||
|
|
||||||
weapon: {
|
weapon: {
|
||||||
src: require('../manifests/physics.arcade.weapon'),
|
src: require('../manifests/physics.arcade.weapon'),
|
||||||
dest: '<%= modules_dir %>/arcadeWeapon.js'
|
dest: '<%= modules_dir %>/weapon.js'
|
||||||
},
|
},
|
||||||
|
|
||||||
arcadeTilemaps: {
|
arcadeTilemaps: {
|
||||||
|
|
Loading…
Reference in a new issue