Adds Fences; minor refactor to map-like stuff.
authordsc <david.schoonover@gmail.com>
Sun, 9 Jan 2011 10:26:50 +0000 (02:26 -0800)
committerdsc <david.schoonover@gmail.com>
Sun, 9 Jan 2011 10:26:50 +0000 (02:26 -0800)
commitea386b8d34acd114f17f9146e8c681fea5a74399
treeff73ceb07a74f32b8ea8589264c7785b24466b02
parent9232952e90cccddb2d62a168ff213fa95473b5a6
Adds Fences; minor refactor to map-like stuff.
19 files changed:
data/types/levels.yaml
src/tanks/constants.cjs
src/tanks/map/fence.cjs [new file with mode: 0644]
src/tanks/map/index.cjs
src/tanks/map/level.cjs
src/tanks/map/map.cjs
src/tanks/map/pathing/index.cjs [new file with mode: 0644]
src/tanks/map/pathing/pathmap.cjs [moved from src/tanks/map/pathmap.cjs with 89% similarity]
src/tanks/map/pathing/trajectory.cjs [moved from src/tanks/map/trajectory.cjs with 94% similarity]
src/tanks/map/pathing/traversal.cjs [moved from src/tanks/map/traversal.cjs with 87% similarity]
src/tanks/map/wall.cjs [moved from src/tanks/thing/wall.cjs with 58% similarity]
src/tanks/mixins/quantified.cjs
src/tanks/thing/bullet.cjs
src/tanks/thing/fence.cjs [deleted file]
src/tanks/thing/index.cjs
src/tanks/thing/item.cjs
src/tanks/thing/tank.cjs
src/tanks/thing/thing.cjs
src/tanks/ui/pathmapui.cjs