Replaced polyfills with real implementations
This commit is contained in:
@@ -11,7 +11,7 @@ var TILE_PIXEL_HEIGHT: int const = 16;
|
||||
var gridPositionX: int = null;
|
||||
var gridPositionY: int = null;
|
||||
|
||||
//polyfills - animating different cycles on one image
|
||||
//animating different cycles on one image
|
||||
var walkAnimationCounter: int = 0;
|
||||
var ticksToDeath: int = 4 * 8 - 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user