master
parent
f812493f72
commit
835d5a4852
|
@ -316,7 +316,7 @@ import Layout from '../../layouts/Layout.astro';
|
|||
} else {
|
||||
wrapWidth = 200;
|
||||
}
|
||||
|
||||
|
||||
const descrptText = this.add.text(screenCenterX, isSmallMobile ? 100 : isMobile ? 130 : 90, data.description, { font: `${responsiveFontSize}px quicksand`, fill: '#60C6CB', align: "center", wordWrap: { width: window.innerWidth - wrapWidth }}).setOrigin(0.5);
|
||||
// this.add.text(customWidth / 2 - learningWidth, customHeight / 2 - learningHeight, data.LearningArea, {font: `20px`}).setTint(0X7C4C23)
|
||||
// this.add.text(customWidth / 2 - learningWidth, customHeight / 2 - learningHeight + 20, data.LearningSubArea, {font: `20px`}).setTint(0X7C4C23)
|
||||
|
|
Loading…
Reference in New Issue