Package net.sourceforge.dsnk.logic

Examples of net.sourceforge.dsnk.logic.Map0Reader.readAll()


        "radarcol.mul"));
    this.colors = colReader.readAll();

    Map0Reader reader = new Map0Reader(new File("map0.mul"));
    // this.blocks = new ArrayList<MapBlock>();
    MapBlock[] allBlocks = reader.readAll();
    this.setTitle("Loaded " + allBlocks.length + " blocks");
    // for (int i = 0; i < 100; i++) {
    // this.blocks.add(allBlocks[i]);
    // }
    this.blocks = new MapBlock[8][8];
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.