fix: new dialogue
This commit is contained in:
33
main.tscn
33
main.tscn
@ -1335,27 +1335,38 @@ Vector2i(3, 3): {
|
|||||||
script = ExtResource("1_272bh")
|
script = ExtResource("1_272bh")
|
||||||
|
|
||||||
[node name="OpeningDialogue" parent="." instance=ExtResource("2_efxa6")]
|
[node name="OpeningDialogue" parent="." instance=ExtResource("2_efxa6")]
|
||||||
dialogue = "Aha! Finally I will beat you!
|
dialogue = "Finally I will vanquish you!
|
||||||
---
|
---
|
||||||
Who are you ?
|
Who are you ?
|
||||||
---
|
---
|
||||||
No one can destroy me anymore!
|
No one can destroy me anymore!
|
||||||
"
|
---
|
||||||
|
But who are you?
|
||||||
|
---
|
||||||
|
I am tougher, more violent and more unfeeling than ever!
|
||||||
|
---
|
||||||
|
But why do you want to attack me?
|
||||||
|
---
|
||||||
|
I AM THE BEST!"
|
||||||
start_with_left = true
|
start_with_left = true
|
||||||
left_picture = SubResource("AtlasTexture_ycdy4")
|
left_picture = SubResource("AtlasTexture_ycdy4")
|
||||||
right_picture = ExtResource("5_cegan")
|
right_picture = ExtResource("5_cegan")
|
||||||
|
|
||||||
[node name="NPCFirstDialogue" parent="." instance=ExtResource("2_efxa6")]
|
[node name="NPCFirstDialogue" parent="." instance=ExtResource("2_efxa6")]
|
||||||
dialogue = "They attacked you too? I had to fight! I'm not a fighter...
|
dialogue = "You look worried, traveller. Were you attacked?
|
||||||
---
|
---
|
||||||
The villain wants to destroy me too!
|
Yes, I couldn’t do a thing! I can’t handle this villain!
|
||||||
---
|
---
|
||||||
Well the only way through this way is with my shield."
|
Well, there are villains onward too. I’m gearing up to resist them.
|
||||||
|
---
|
||||||
|
I need to gear up too!
|
||||||
|
---
|
||||||
|
Well the only way forward is with my shield…"
|
||||||
left_picture = ExtResource("5_cegan")
|
left_picture = ExtResource("5_cegan")
|
||||||
right_picture = ExtResource("6_getpj")
|
right_picture = ExtResource("6_getpj")
|
||||||
|
|
||||||
[node name="ShieldChoice" parent="." instance=ExtResource("2_vivmo")]
|
[node name="ShieldChoice" parent="." instance=ExtResource("2_vivmo")]
|
||||||
choice = "Well the only way through this way is with my shield."
|
choice = "Well the only way forward is with my shield…"
|
||||||
accept_option = "Take shield"
|
accept_option = "Take shield"
|
||||||
reject_option = "Dance instead"
|
reject_option = "Dance instead"
|
||||||
|
|
||||||
@ -1493,12 +1504,12 @@ dialogue = "You beat my arrow trap!
|
|||||||
---
|
---
|
||||||
Yes, I am tough enough.
|
Yes, I am tough enough.
|
||||||
---
|
---
|
||||||
But you cannot pass here without dirtying your hands."
|
But you cannot pass here without dirtying your hands, ranger."
|
||||||
left_picture = ExtResource("5_cegan")
|
left_picture = ExtResource("5_cegan")
|
||||||
right_picture = ExtResource("14_getpj")
|
right_picture = ExtResource("14_getpj")
|
||||||
|
|
||||||
[node name="SwordChoice" parent="." instance=ExtResource("2_vivmo")]
|
[node name="SwordChoice" parent="." instance=ExtResource("2_vivmo")]
|
||||||
choice = "*She drops a sword*"
|
choice = "*She throws a sword at your feet*"
|
||||||
accept_option = "Take sword"
|
accept_option = "Take sword"
|
||||||
reject_option = "Dance instead"
|
reject_option = "Dance instead"
|
||||||
|
|
||||||
@ -1566,7 +1577,7 @@ dialogue = "Impressive, you destroyed your ancestors bodies!
|
|||||||
---
|
---
|
||||||
Yes, I am strong enough.
|
Yes, I am strong enough.
|
||||||
---
|
---
|
||||||
You are worthy of passing the fire wall."
|
You are worthy of passing the fire wall, warrior."
|
||||||
left_picture = ExtResource("5_cegan")
|
left_picture = ExtResource("5_cegan")
|
||||||
right_picture = ExtResource("14_getpj")
|
right_picture = ExtResource("14_getpj")
|
||||||
|
|
||||||
@ -1582,9 +1593,7 @@ left_picture = ExtResource("5_cegan")
|
|||||||
right_picture = ExtResource("14_getpj")
|
right_picture = ExtResource("14_getpj")
|
||||||
|
|
||||||
[node name="FinalArmor" parent="." instance=ExtResource("2_efxa6")]
|
[node name="FinalArmor" parent="." instance=ExtResource("2_efxa6")]
|
||||||
dialogue = "Victory! I cannot feel the fire now!
|
dialogue = "Victory! I cannot feel the fire now!"
|
||||||
---
|
|
||||||
Hehehehehehe..."
|
|
||||||
start_with_left = true
|
start_with_left = true
|
||||||
left_picture = ExtResource("5_cegan")
|
left_picture = ExtResource("5_cegan")
|
||||||
right_picture = ExtResource("14_getpj")
|
right_picture = ExtResource("14_getpj")
|
||||||
|
Reference in New Issue
Block a user