Examples of TerrainScreenGrid


Examples of transientlibs.maps.utils.grid.TerrainScreenGrid

        FOVGrid.fog_01010100 = Detonator.INSTANCE.imageProvider.getImage("fog-01010100");
        FOVGrid.fog_01010101 = Detonator.INSTANCE.imageProvider.getImage("fog-01010101");
        FOVGrid.fog_01011100 = Detonator.INSTANCE.imageProvider.getImage("fog-01011100");
        FOVGrid.fog_01011111 = Detonator.INSTANCE.imageProvider.getImage("fog-01011111");          
       
        terrainGrid = new TerrainScreenGrid(map, spriteBatch);
       
        unitGrid = new UnitScreenGrid(map, spriteBatch);
       
        mapRenderer.setViewBounds (new Rectangle(positionX, positionY, Detonator.INSTANCE.ScreenSizeX, Detonator.INSTANCE.ScreenSizeY));
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.