diff --git a/.gitignore b/.gitignore index 7ae56c23..a5eefc5d 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ src/vendor cache teste.py +ignore-* diff --git a/README.md b/README.md index 44b24924..b3f3bfd4 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,6 @@ **Behavior3 Editor** is the official visual editor for the **Behavior3** libraries. It can be accessed online or you can download it to have handle local projects. -- Info: http://behavior3.com -- Editor: http://editor.behavior3.com - ## Why Behavior3 Editor? @@ -46,13 +43,6 @@ Nothing is perfect =( . Behavior3 Editor focus on Chrome (thus, working pretty w ## Looking for Behavior Tree Libraries? -See http://behavior3.com for a complete list of libraries. - -*If you have implemented an library compatible with Behavior3 schematics, tell me and I link it there*. - - -## Want to Contribute? - -Take a look at the issue list, suggest new features, report bugs, send me pull requests, write documentation and tutorials. There are many ways to contribute, do what you know and you can make Behavior3 Editor better! +- https://github.com/behavior3/behavior3js +- https://github.com/behavior3/behavior3py -- More info: http://behavior3.com/donation \ No newline at end of file diff --git a/src/app/app.js b/src/app/app.js index d00742dc..8fc64e0e 100644 --- a/src/app/app.js +++ b/src/app/app.js @@ -53,7 +53,10 @@ angular.module('app', [ .openProject(projects[0].path) .then(function() { closePreload(); - }); + }, function() { + //if rename or delete the exist project file may cause stay in Preload page(Desktop) + closePreload(); + }); } else { closePreload(); }