Update doc
This commit is contained in:
19
README.md
19
README.md
@@ -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 //
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
- - - - - - -
|
- - - - - - -
|
||||||
|
|||||||
Reference in New Issue
Block a user