mirror of
https://github.com/photonstorm/phaser
synced 2024-11-26 22:52:14 +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: {
|
||||
src: require('../manifests/physics.arcade.weapon'),
|
||||
dest: '<%= modules_dir %>/arcadeWeapon.js'
|
||||
dest: '<%= modules_dir %>/weapon.js'
|
||||
},
|
||||
|
||||
arcadeTilemaps: {
|
||||
|
|
Loading…
Reference in a new issue