diff --git a/OutlawEditor/src/main/resources/mythos/mythos-editor/html/editor.html b/OutlawEditor/src/main/resources/mythos/mythos-editor/html/editor.html index 3b006ddc..266aa92d 100644 --- a/OutlawEditor/src/main/resources/mythos/mythos-editor/html/editor.html +++ b/OutlawEditor/src/main/resources/mythos/mythos-editor/html/editor.html @@ -52,6 +52,7 @@ + diff --git a/OutlawEditor/src/main/resources/mythos/mythos-editor/js/mythos_uncompressed.js b/OutlawEditor/src/main/resources/mythos/mythos-editor/js/mythos_uncompressed.js index 4a575a1d..ce5de0f3 100644 --- a/OutlawEditor/src/main/resources/mythos/mythos-editor/js/mythos_uncompressed.js +++ b/OutlawEditor/src/main/resources/mythos/mythos-editor/js/mythos_uncompressed.js @@ -161,6 +161,18 @@ if (typeof Mythos === "undefined") { this.setTooltip('Print text and leave cursor at end of last printed character'); } }; + Blockly.Blocks['text_clear_window'] = { + init: function() { + this.setHelpUrl('https://docs.google.com/document/d/1VXbiY4G533-cokjQevZFhwvqMMCL--17ziMAoFoeJ5M'); + this.setColour(54); + this.setPreviousStatement(true); + this.setNextStatement(true); + this.appendDummyInput() + .appendField("Clear Window"); + this.setOutput(false); + this.setTooltip('Clears text window and moves cursor to the top'); + } + }; Blockly.Blocks['text_scroll'] = { init: function() { this.setHelpUrl('https://docs.google.com/document/d/1VXbiY4G533-cokjQevZFhwvqMMCL--17ziMAoFoeJ5M'); diff --git a/README.md b/README.md index dc736a4e..5a2bb802 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The Apache license covers everything in here, including any sample game content Download Links -------------- -- The most recent copy of Outlaw Editor (aka the Daily build) can be found here: http://8bitweapon.com/lawlesslegends/OutlawEditor/target/jfx/app/OutlawEditor-jfx.jar +- The most recent copy of Outlaw Editor (aka the Daily build) can be found here: https://www.dropbox.com/s/2bhoxqrqjjehmqb/OutlawEditor-jfx.jar - Live builds of the Apple platform code (AKA the Apple // series game port) will soon be available How to get involved