Skip to content

Commit

Permalink
Update bt_config.js
Browse files Browse the repository at this point in the history
moveRadius is 4.
  • Loading branch information
AFDudley committed Jun 20, 2013
1 parent 12bd124 commit 30dff86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/js/bt_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
// -----------------------------------------------------------------------------------------------------------------

// Set unit's move radius
bt.config.game.battle.actions.moveRadius = 2;
bt.config.game.battle.actions.moveRadius = 4;
// Set if actions and movement can pass through other units
bt.config.game.battle.actions.jumpUnits = true;
// Set if player can attack his own units
bt.config.game.battle.actions.friendlyFire = true;
bt.config.game.battle.actions.friendlyFire = true;

0 comments on commit 30dff86

Please sign in to comment.