Mochu Yao explorer game
Dependencies: mbed
Diff: item/item.cpp
- Revision:
- 17:1b4ecc01b79f
- Parent:
- 9:e11bb7cef050
- Child:
- 31:8e92b65e0779
diff -r ccd6f707dc79 -r 1b4ecc01b79f item/item.cpp --- a/item/item.cpp Tue Apr 28 12:21:31 2020 +0000 +++ b/item/item.cpp Tue Apr 28 12:50:40 2020 +0000 @@ -19,7 +19,7 @@ void item::init() { // Starting position of the item. _x = 40; - _y = 40; + _y = 44; } void item::set_item(int random_x, int random_y) {