Skip to content

Commit

Permalink
scripts edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy260700 committed Jan 5, 2021
1 parent e94f760 commit d782ca4
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 11 deletions.
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ _global_script_class_icons={
[application]

config/name="Productathon"
run/main_scene="res://scenes/main.tscn"
run/main_scene="res://Player_s.tscn"
config/icon="res://icon.png"

[autoload]
Expand Down
24 changes: 17 additions & 7 deletions resources/dialogue/obj1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"character":"the old man"
},
"1" : {
"text": "To the person in front of them ask “how much is the rate ?” And to the lowest - come back and say 'reserve this place for me'",
"text": "To the person in front of them ask “how much is the rate ?”",
"type":"assertive",
"character":"the old man"
},
"2": {
"text" : "kiyat mulayam asti ?",
"text" : "kiyat mUlyaM asti ?",
"type" : "user_input",
"character" : "you"
},
Expand All @@ -19,18 +19,28 @@
"type" : "assertive",
"character" : "host"
},
"4": {
"text" : "kiyat mulayam asti ?",
"4" : {
"text": "go to the next house and ask the price",
"type":"assertive",
"character": " "
},
"5": {
"text" : "kiyat mUlyaM asti ?",
"type" : "user_input",
"character" : "you"
},
"5": {
"6": {
"text" : "2700",
"type" : "assertive",
"character" : "host"
},
"6" : {
"text" : "idaM sthAnam ahaṁ sangrakShaAmi.",
"7":{
"text" : "And to the lowest - come back and say 'reserve this place for me'",
"type" : "assertive",
"character": " "
},
"8" : {
"text" : "idaM sthAnam aham saMrakSami.",
"type" : "user_input",
"character" : "you"
}
Expand Down
2 changes: 1 addition & 1 deletion resources/dialogue/overheard_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"character": "person 1",
"new": {
"0": {
"text": "mUlya"
"text": "mUlyaM"
},
"1": {
"text": "vAstavika"
Expand Down
17 changes: 15 additions & 2 deletions resources/dialogue/overheard_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,23 @@
}
}
},
"1": {
"1":{
"text" : "idaM sthAnaM ? (this place ?) . 'idaM' means 'this'",
"type": "assertive",
"character" :"person 2",
"new":{
"0": {
"text" : "idaM"
},
"1": {
"text" : "sthAnaM"
}
}
},
"2": {
"text": "saH atra nAsti (he is not here) . nAsti refers to negative auxilliary (is not)",
"type": "assertive",
"character": "person 2",
"character": "person 3",
"new": {
"0": {
"text": "nAsti"
Expand Down
25 changes: 25 additions & 0 deletions resources/dialogue/overheard_3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"0": {
"text": "aham pazu saMraksami (I am preserving animals)",
"type": "assertive",
"character": "person 1",
"new": {
"0": {
"text": "pazu"
},
"1": {
"text": "vAstavika"
}
}
},
"1": {
"text": " ",
"type": "assertive",
"character": "person 1",
"new": {
"0": {
"text": ""
}
}
}
}

0 comments on commit d782ca4

Please sign in to comment.