From 36972e30f7f2c47e3a5e45b94cda5e0072839484 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 25 May 2024 11:01:06 +0200 Subject: doc: add paint.net files (with layers) --- doc/.gitignore | 1 - doc/astar-subdivide.pdn | Bin 0 -> 276822 bytes doc/pathfinding-steps.pdn | Bin 0 -> 7868 bytes 3 files changed, 1 deletion(-) create mode 100644 doc/astar-subdivide.pdn create mode 100644 doc/pathfinding-steps.pdn diff --git a/doc/.gitignore b/doc/.gitignore index 5aad3f84..23032064 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -1,4 +1,3 @@ -*.pdn *.blend[0-9] *.blend[0-9][0-9] *.blend[0-9][0-9][0-9] diff --git a/doc/astar-subdivide.pdn b/doc/astar-subdivide.pdn new file mode 100644 index 00000000..9accfdd6 Binary files /dev/null and b/doc/astar-subdivide.pdn differ diff --git a/doc/pathfinding-steps.pdn b/doc/pathfinding-steps.pdn new file mode 100644 index 00000000..0fb959d3 Binary files /dev/null and b/doc/pathfinding-steps.pdn differ -- cgit v1.2.3