Added slime card

- Added slime card
- Removed test debug
This commit is contained in:
2020-04-21 01:05:57 +02:00
parent 0d0dc5dbea
commit 1df4dea323
10 changed files with 129 additions and 49 deletions

View File

@@ -4,23 +4,16 @@ var _dialogues = []
func _ready():
_dialogues.append([
"Hero;I... I... I need to go pee",
"Boss;After this you won't need to pee ever again!",
"More text...............",
"Even more text................",
".................................",
".........................",
"...................",
"...",
"We're done here."
"Hero: I... I... I need to go pee",
"Boss: After this you won't need to pee ever again!"
])
_dialogues.append([
"Hero;I've come to slay you, you beast!",
"Boss;Well then... step forward!"
"Hero: I've come to slay you, you beast!",
"Boss: Well then... step forward!"
])
_dialogues.append([
"Hero;You've killed so many, but you won't kill me!",
"Boss;We'll see about that!"
"Hero: You've killed so many, but you won't kill me!",
"Boss: We'll see about that!"
])
func get_dialogue(id):