Changeset 149
- Timestamp:
- 03/07/08 01:12:24 (4 months ago)
- Files:
-
- trunk/TiledMap.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/TiledMap.java
r148 r149 1 /** 2 * TiledMap.java3 *oaded on demand.4 */5 * This is a map that is implemented as a grid of MapTiles, l1 2 //* TiledMap.java 3 //*loaded on demand. 4 // */ 5 //* This is a map that is implemented as a grid of MapTiles, l 6 6 7 7 import java.awt.*; … … 14 14 static final long serialVersionUID = 3890326970229567605L; 15 15 16 a 16 17 17 /** 18 18 * Creates a map which has a grid of rows x cols which covers an area
