Mochu Yao explorer game
Dependencies: mbed
Diff: item/item.cpp
- Revision:
- 7:88c4ba6bb37b
- Parent:
- 3:672d4bd8225d
- Child:
- 8:201ef0618b7d
--- a/item/item.cpp Wed Apr 22 04:04:08 2020 +0000 +++ b/item/item.cpp Thu Apr 23 07:49:39 2020 +0000 @@ -55,7 +55,7 @@ if (random_y > 40) { _y = 40; } else { - _y = 25; + _y = 20; } _x = random_x;//x can be every random value between 6 and 74 }