kopia lustrzana https://github.com/backface/turtlestitch
Keep tools.xml in the libraries/ directory.
we should only need to serve one copy, this just updates the path Snap! uses when it looks to import tools from the menu.pull/68/head
rodzic
62eedb85f9
commit
ee4bfb03d4
2
gui.js
2
gui.js
|
@ -3233,7 +3233,7 @@ IDE_Morph.prototype.projectMenu = function () {
|
|||
'Import tools',
|
||||
function () {
|
||||
myself.getURL(
|
||||
myself.resourceURL('tools.xml'),
|
||||
myself.resourceURL('libraries', 'tools.xml'),
|
||||
function (txt) {
|
||||
myself.droppedText(txt, 'tools');
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Ładowanie…
Reference in New Issue