From 8dc4b08a890efb47ecf99246452960d99cdae540 Mon Sep 17 00:00:00 2001 From: blz Date: Sun, 8 Mar 2026 04:20:57 +0100 Subject: [PATCH] Update doc --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8064b05..d1ddc4a 100644 --- a/README.md +++ b/README.md @@ -79,11 +79,26 @@ Update WIDTH and HEIGHT on - - - - - - - # Change glider moving rules -Update the direction adding parameters, check examples from line 158 to line 205 +Update the direction adding parameters, check examples in the +``` +// ----- Glider moving rules ----- // +... +// END ----- Glider moving rules ----- // +``` +section - - - - - - - # Border bounce or pass through -Comment / uncomment bounce and pass through blocks on line 288 to 351 +Comment / uncomment bounce and pass through blocks +``` +// BORDER BOUNCE // +... +// END -BORDER BOUNCE // + +// BORDER PASS THROUGH // +... +// END - BORDER PASS THROUGH // +``` - - - - - - -