master
Subhodip Ghosh 2025-06-19 14:07:32 +05:30
parent f812493f72
commit 835d5a4852
1 changed files with 1 additions and 1 deletions

View File

@ -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)