Update doc

This commit is contained in:
blz
2026-03-08 04:20:57 +01:00
parent 367de0d4ec
commit 8dc4b08a89

View File

@@ -79,11 +79,26 @@ Update WIDTH and HEIGHT on
- - - - - - - - - - - - - -
# Change glider moving rules # 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 # 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 //
```
- - - - - - - - - - - - - -