Created
October 11, 2014 22:55
-
-
Save eka/48179eb9eb28820c2ee4 to your computer and use it in GitHub Desktop.
Flash error
This file contains hidden or 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
private function createHealthCounters():Void { | |
_currentHealthCounterText = new FlxText(_coreHealthBar.x - 30 , 17, "" + _core.health); | |
_targetHealthCounterText = new FlxText(_coreHealthBar.x + _coreHealthBar.width + 13, 17, "" + _waveManager.target); | |
add(_currentHealthCounterText); | |
add(_targetHealthCounterText); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the error