replaced rotation style buttons with new symbols

pull/95/head
jmoenig 2020-05-27 16:11:39 +02:00
rodzic 300ef8fdff
commit 6a6b968700
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -1313,7 +1313,11 @@ IDE_Morph.prototype.createSpriteBar = function () {
tabColors = this.tabColors,
tabBar = new AlignmentMorph('row', -tabCorner * 2),
tab,
symbols = ['\u2192', '\u21BB', '\u2194'],
symbols = [
new SymbolMorph('arrowRightThin', 10),
new SymbolMorph('turnAround', 10),
new SymbolMorph('arrowLeftRightThin', 10),
],
labels = ['don\'t rotate', 'can rotate', 'only face left/right'],
myself = this;