diff --git a/src/tileatlasvx.cpp b/src/tileatlasvx.cpp index bba9b15..14a3563 100644 --- a/src/tileatlasvx.cpp +++ b/src/tileatlasvx.cpp @@ -34,14 +34,15 @@ #include #include -/* Regular autotile patterns */ +/* Regular (A) autotile patterns */ extern const StaticRect autotileVXRectsA[]; extern const int autotileVXRectsAN; -/* Wall autotile patterns */ +/* Wall (B) autotile patterns */ extern const StaticRect autotileVXRectsB[]; extern const int autotileVXRectsBN; +/* Waterfall (C) autotile patterns */ static const StaticRect autotileVXRectsC[] = { { 32.5, 0.5, 15, 31 },