mirror of
https://github.com/danbulant/heaventaker
synced 2026-07-06 11:40:36 +00:00
add new dialog and steps to map
This commit is contained in:
parent
f5e32e590a
commit
c9e7394b45
2 changed files with 3 additions and 3 deletions
|
|
@ -70,7 +70,7 @@ export const maps = {
|
||||||
y: 90
|
y: 90
|
||||||
},
|
},
|
||||||
px: 100,
|
px: 100,
|
||||||
steps: 177013,
|
steps: 23,
|
||||||
map: [
|
map: [
|
||||||
["barrier" , "barrier" , "barrier" , "cloud" , "cloud" , "cloud" , "cloud" , "cloud" , "cloud" , "cloud" , "cloud" ],
|
["barrier" , "barrier" , "barrier" , "cloud" , "cloud" , "cloud" , "cloud" , "cloud" , "cloud" , "cloud" , "cloud" ],
|
||||||
["barrier" , "barrier" , "barrier" , "cloud" , "barrier" , "barrier" , "barrier" , "barrier" , "barrier" , "pillar" , "cloud" ],
|
["barrier" , "barrier" , "barrier" , "cloud" , "barrier" , "barrier" , "barrier" , "barrier" , "barrier" , "pillar" , "cloud" ],
|
||||||
|
|
|
||||||
|
|
@ -139,7 +139,7 @@ export const dialog = [{
|
||||||
text: "You're god damn right.",
|
text: "You're god damn right.",
|
||||||
next: "azrael_fail"
|
next: "azrael_fail"
|
||||||
}, {
|
}, {
|
||||||
text: "Just go with me",
|
text: "Nah, I'm just looking for someone to play some RTS with.",
|
||||||
next: "azrael_win"
|
next: "azrael_win"
|
||||||
}]
|
}]
|
||||||
}, {
|
}, {
|
||||||
|
|
@ -157,5 +157,5 @@ export const dialog = [{
|
||||||
character: "Azrael",
|
character: "Azrael",
|
||||||
pose: "happy",
|
pose: "happy",
|
||||||
flags: ["success"],
|
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."
|
||||||
}];
|
}];
|
||||||
Loading…
Reference in a new issue