-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Menu was creating one too many items
Number of Heroes was still 30 (not 31). Because of this, not enough item creation actions were skipped
- Loading branch information
1 parent
f3d2f47
commit de97d57
Showing
2 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/** | ||
Contants, macros etc related purely to the game. | ||
**/ | ||
|
||
|
||
define NUM_HEROES: 31; // Number of current Heroes in the game | ||
define OFFSET_EYES_FROM_RETICLE: Vector(0,0.150,0); // The offset of the eyes position from the reticle. Winston has double the offset |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters