kopia lustrzana https://github.com/backface/turtlestitch
prepared patch
rodzic
8ee7e262be
commit
01971e2dec
|
@ -16,6 +16,7 @@
|
|||
* Italian translation update, thanks, Stefano!
|
||||
* Spanish translation update, thanks, Joan!
|
||||
* threads, objects: changed determining "neighbors" from rectangular to circular perimeter
|
||||
* prepared patch
|
||||
|
||||
### 2020-11-19
|
||||
* new dev version
|
||||
|
|
|
@ -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! 6.3.6 - dev - Build Your Own Blocks</title>
|
||||
<title>Snap! 6.3.6 Build Your Own Blocks</title>
|
||||
<link rel="icon" href="src/favicon.ico">
|
||||
<script src="src/morphic.js?version=2020-11-12"></script>
|
||||
<script src="src/symbols.js?version=2020-10-07"></script>
|
||||
|
|
|
@ -4007,7 +4007,7 @@ IDE_Morph.prototype.aboutSnap = function () {
|
|||
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
|
||||
world = this.world();
|
||||
|
||||
aboutTxt = 'Snap! 6.3.6 - dev -\nBuild Your Own Blocks\n\n'
|
||||
aboutTxt = 'Snap! 6.3.6 \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'
|
||||
|
|
|
@ -4424,7 +4424,7 @@ SpriteMorph.prototype.perimeter = function (aStage) {
|
|||
}
|
||||
return {
|
||||
center: this.center(), // geometric center rather than position
|
||||
radius: radius * 1.5
|
||||
radius: radius
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue