diff options
Diffstat (limited to 'html/tower/js/path.js')
-rw-r--r-- | html/tower/js/path.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/html/tower/js/path.js b/html/tower/js/path.js index 91193e2..8b840ce 100644 --- a/html/tower/js/path.js +++ b/html/tower/js/path.js @@ -5,6 +5,8 @@ * 1. Procedural Content Generation (PCG) * 2. Pathfinding algorithms * 3. Constraint-based generation + * + * @module path */ /** |