Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: Levels/Levels.cpp
- Revision:
- 49:9bea7089b657
- Parent:
- 45:bad704c546d4
- Child:
- 54:7fa8c07fdea4
--- a/Levels/Levels.cpp Wed Apr 24 15:20:01 2019 +0000
+++ b/Levels/Levels.cpp Wed Apr 24 16:45:47 2019 +0000
@@ -139,7 +139,7 @@
key1.ky[1] = 39;
key2.kx[1] = 79;
- key2.ky[1] = 35;
+ key2.ky[1] = 29;
key3.kx[1] = 72;
key3.ky[1] = 23;
@@ -166,8 +166,8 @@
trap4.tx[1] = 42;
trap4.ty[1] = 7;
- trap5.tx[1] = 11;
- trap5.ty[1] = 69;
+ trap5.tx[1] = 80;
+ trap5.ty[1] = 35;
}
// enemy positions for level 2
@@ -180,7 +180,7 @@
enem2.ex[1] = 0;
enem2.ey[1] = 5;
- enem2.d[1] = 38;
+ enem2.d[1] = 28;
enem2.v[1] = 1;
enem3.ex[1] = 54;