Mochu Yao explorer game
Dependencies: mbed
Diff: explorer/explorer.cpp
- Revision:
- 37:9e6c56fcc738
- Parent:
- 36:cdfba51a0a44
- Child:
- 38:42ff379fa48c
--- a/explorer/explorer.cpp Wed May 13 08:49:44 2020 +0000 +++ b/explorer/explorer.cpp Thu May 14 13:59:24 2020 +0000 @@ -126,7 +126,7 @@ if (_y_flag == 1 && ifjump) { _platform = 5; } else if (_y_flag == 0) { - _platform = 23; + _platform = 25; } _y = _platform - 0.5*_jump_height; }