Searched defs:TiledWorld (Results 1 - 1 of 1) sorted by path

/external/replicaisland/src/com/replica/replicaisland/
H A DTiledWorld.java24 * TiledWorld manages a 2D map of tile indexes that define a "world" of tiles. These may be
26 * type of tile map entirely. The TiledWorld maps xy positions to tile indices and also handles
29 public class TiledWorld extends AllocationGuard { class in inherits:AllocationGuard
35 public TiledWorld(int cols, int rows) { method in class:TiledWorld
52 public TiledWorld(InputStream stream) { method in class:TiledWorld

Completed in 231 milliseconds