diff options
| author | Patrick Schönberger | 2020-09-26 12:29:23 +0200 |
|---|---|---|
| committer | Patrick Schönberger | 2020-09-26 12:29:23 +0200 |
| commit | f7e4fe9f4c198045f54f83ffe379fd7a20d8dd76 (patch) | |
| tree | 6febfc2fa2985c670227e878e9ad41a46cd692e5 /src/main.cpp | |
| parent | 614283195b67ef0aa4f9d1ecd1ad2791c36c8fda (diff) | |
| download | npengine-f7e4fe9f4c198045f54f83ffe379fd7a20d8dd76.tar.gz npengine-f7e4fe9f4c198045f54f83ffe379fd7a20d8dd76.zip | |
movement done
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index b762f69..5493148 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -285,11 +285,15 @@ void intro() { update_play(false);
if (x == 5) {
print_text(4, 4, "Jump with up.", 30);
+ print_text(4, 6, "Stand on x.", 30);
progress++;
}
break;
case 2:
update_play();
+ if (x == 8) {
+ print_text(4, 8, "Collect ? for ???.", 30);
+ }
break;
}
}
|
