From c9e7394b450f10eca7235eebb003fd406ba75b59 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Mon, 31 May 2021 18:15:21 +0200 Subject: [PATCH] add new dialog and steps to map --- src/game/maps.js | 2 +- src/stores/dialog.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/game/maps.js b/src/game/maps.js index fe7607d..1c9377c 100644 --- a/src/game/maps.js +++ b/src/game/maps.js @@ -70,7 +70,7 @@ export const maps = { y: 90 }, px: 100, - steps: 177013, + steps: 23, map: [ ["barrier" , "barrier" , "barrier" , "cloud" , "cloud" , "cloud" , "cloud" , "cloud" , "cloud" , "cloud" , "cloud" ], ["barrier" , "barrier" , "barrier" , "cloud" , "barrier" , "barrier" , "barrier" , "barrier" , "barrier" , "pillar" , "cloud" ], diff --git a/src/stores/dialog.js b/src/stores/dialog.js index cfa3410..6fe345a 100644 --- a/src/stores/dialog.js +++ b/src/stores/dialog.js @@ -139,7 +139,7 @@ export const dialog = [{ text: "You're god damn right.", next: "azrael_fail" }, { - text: "Just go with me", + text: "Nah, I'm just looking for someone to play some RTS with.", next: "azrael_win" }] }, { @@ -157,5 +157,5 @@ export const dialog = [{ character: "Azrael", pose: "happy", flags: ["success"], - text: "I wonder what should I say here." + text: "I highly doubt that. But you know what fuck it, I'm bored playing against AI anyway." }]; \ No newline at end of file