kopia lustrzana https://github.com/backface/turtlestitch
rodzic
4829bde1ff
commit
ce5bda334d
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
## in development:
|
||||
|
||||
## 6.1.4:
|
||||
* fixed "green flag" symbol size for embedded proects (for real ^^)=
|
||||
|
||||
## 6.1.3:
|
||||
* **Notable Changes:**
|
||||
* exporting pictures of (semi-) faded blocks now includes the cropped solid background color
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Snap! Build Your Own Blocks 6.1.3</title>
|
||||
<title>Snap! Build Your Own Blocks 6.1.4</title>
|
||||
<link rel="icon" href="src/favicon.ico">
|
||||
<script src="src/morphic.js?version=2020-07-23"></script>
|
||||
<script src="src/symbols.js?version=2020-07-21"></script>
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
<script src="src/blocks.js?version=2020-08-05"></script>
|
||||
<script src="src/threads.js?version=2020-08-05"></script>
|
||||
<script src="src/objects.js?version=2020-07-26"></script>
|
||||
<script src="src/gui.js?version=2020-08-05"></script>
|
||||
<script src="src/gui.js?version=2020-08-06"></script>
|
||||
<script src="src/paint.js?version=2020-05-17"></script>
|
||||
<script src="src/lists.js?version=2020-07-01"></script>
|
||||
<script src="src/byob.js?version=2020-07-24"></script>
|
||||
|
|
|
|||
|
|
@ -3969,7 +3969,7 @@ IDE_Morph.prototype.aboutSnap = function () {
|
|||
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
|
||||
world = this.world();
|
||||
|
||||
aboutTxt = 'Snap! 6.1.3\nBuild Your Own Blocks\n\n'
|
||||
aboutTxt = 'Snap! 6.1.4\nBuild Your Own Blocks\n\n'
|
||||
+ 'Copyright \u24B8 2008-2020 Jens M\u00F6nig and '
|
||||
+ 'Brian Harvey\n'
|
||||
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue