MapSquarePrototypeFactory is replaced by MapSquareFactory, since extending Observable...
commit4046d50f4b17fe75f43354361d02d4cc8f6e1ee1
authorAnton Johansson <anton.johansson@gmail.com>
Mon, 12 Jan 2009 00:57:39 +0000 (12 01:57 +0100)
committerAnton Johansson <anton.johansson@gmail.com>
Mon, 12 Jan 2009 00:57:39 +0000 (12 01:57 +0100)
tree23dd27bfdcc52be4576f813707b0fc8fd2334e71
parent2ee5c57296fb97639e792ad0602c278ab551c605
MapSquarePrototypeFactory is replaced by MapSquareFactory, since extending Observable can't be cloned() correctly. Renamed imagefiles
12 files changed:
src/resources/levels.xml
src/resources/map-images/BlockedSquare.gif [moved from src/resources/map-images/stone.gif with 100% similarity]
src/resources/map-images/GoalSquare.gif [moved from src/resources/map-images/goal.gif with 100% similarity]
src/resources/map-images/PathSquare.jpg [moved from src/resources/map-images/path.jpg with 100% similarity]
src/resources/map-images/StartSquare.gif [moved from src/resources/map-images/start.gif with 100% similarity]
src/resources/map-images/TowerSquare.jpg [moved from src/resources/map-images/grass.jpg with 100% similarity]
src/resources/map-images/TurnSquare.gif [moved from src/resources/map-images/turnpath.gif with 100% similarity]
src/se/umu/cs/dit06ajnajs/AntiTD.java
src/se/umu/cs/dit06ajnajs/agent/AgentPrototypeFactory.java
src/se/umu/cs/dit06ajnajs/agent/Tower.java
src/se/umu/cs/dit06ajnajs/map/MapSquare.java
src/se/umu/cs/dit06ajnajs/util/LevelsXMLParser.java