add new dialog and steps to map

This commit is contained in:
Daniel Bulant 2021-05-31 18:15:21 +02:00
parent f5e32e590a
commit c9e7394b45
2 changed files with 3 additions and 3 deletions

View file

@ -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" ],

View file

@ -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."
}];