treesummaryrefslogcommitdiff
path: root/src
diff options
context:
space:
mode:
authorPatrick Schönberger2020-09-26 12:29:23 +0200
committerPatrick Schönberger2020-09-26 12:29:23 +0200
commitf7e4fe9f4c198045f54f83ffe379fd7a20d8dd76 (patch)
tree6febfc2fa2985c670227e878e9ad41a46cd692e5 /src
parent614283195b67ef0aa4f9d1ecd1ad2791c36c8fda (diff)
downloadnpengine-f7e4fe9f4c198045f54f83ffe379fd7a20d8dd76.tar.gz
npengine-f7e4fe9f4c198045f54f83ffe379fd7a20d8dd76.zip
movement done
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp4
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;
}
}