diff --git a/plugins/screen_control.js b/plugins/screen_control.js index 67606b0..ff238bc 100755 --- a/plugins/screen_control.js +++ b/plugins/screen_control.js @@ -1,7 +1,8 @@ let tue_screen_control=true; tuesday.addEventListener('mouseup',function(e){ - if(tue_screen_control && e.pageX > tuesday.offsetWidth/3 ){if(story_json[tue_story][scene].dialogs==0 || check_choice(story_json[tue_story][scene].dialogs)){go_story()}} - else if( story_json[tue_story][scene].dialogs==0 || check_choice(story_json[tue_story][scene].dialogs) && tue_screen_control){back_story()}; + // if(tue_screen_control && e.pageX > tuesday.offsetWidth/3 ){ + if(story_json[tue_story][scene].dialogs==0 || check_choice(story_json[tue_story][scene].dialogs)){go_story()} + // } else if( story_json[tue_story][scene].dialogs==0 || check_choice(story_json[tue_story][scene].dialogs) && tue_screen_control){back_story()}; tue_screen_control=true; }); tuesday.addEventListener('script_loaded',function(event){ diff --git a/tools/JS_survival_guide.html b/tools/JS_survival_guide.html deleted file mode 100644 index 935dbc4..0000000 --- a/tools/JS_survival_guide.html +++ /dev/null @@ -1,225 +0,0 @@ -