Skip to content

Commit

Permalink
kirilllive
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirilllive committed Nov 8, 2024
1 parent 17e3c74 commit 308b765
Show file tree
Hide file tree
Showing 6 changed files with 135 additions and 83 deletions.
2 changes: 1 addition & 1 deletion plugins/terrain_map.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function terrain_map(){
if (arr_dialog.objects[i].sound){v+="sound_play('"+arr_dialog.objects[i].sound+"');"}
else if (arr_dialog.sound){v+="sound_play('"+arr_dialog.sound+"');"}
if (arr_dialog.objects[i].js){v+=arr_dialog.objects[i].js+";"}
if (arr_dialog.objects[i].go_to){
if (arr_dialog.objects[i].go_to && arr_dialog.objects[i].go_to!="tue_no"){
if (arr_dialog.objects[i].text_from){v+="tue_story='"+arr_dialog.objects[i].go_to+"';scene=0;dialog=0;creation_dialog();"}
else if(arr_dialog.objects[i].url){v+="window.open('"+((arr_dialog.objects[i].go_to[languare])?arr_dialog.objects[i].go_to[languare]:arr_dialog.objects[i].go_to)+"','_"+arr_dialog.objects[i].url+"');"}
else {v+="tue_world.remove();"+((arr_dialog.objects[i].go_to=="tue_go")?"scene++;dialog=0;creation_scene();":"go_to('"+arr_dialog.objects[i].go_to+"');")}
Expand Down
51 changes: 32 additions & 19 deletions translate/en_tuesday_visual.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions translate/es_tuesday_visual.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions translate/ja_tuesday_visual.html

Large diffs are not rendered by default.

51 changes: 32 additions & 19 deletions translate/ru_tuesday_visual.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions tuesday_visual.html

Large diffs are not rendered by default.

0 comments on commit 308b765

Please sign in to comment.