change API Endpoint & Submit Message Desgine

This commit is contained in:
Suvodip
2024-08-07 21:27:54 +05:30
parent 2dd6c7143c
commit 2fe965cd99
84 changed files with 136 additions and 108 deletions

View File

@@ -121,7 +121,7 @@ let scoreTotal = 0; let isDrawing = false;
function create() {
submitNotic = this.add.text(window.innerWidth / 2 - 100, window.innerHeight / 2, 'Submitted Successfully', { font: '600 20px Quicksand', fill: 'blue'}).setDepth(3).setVisible(false);
submitNotic = this.add.text(window.innerWidth / 2 - noticeWidth, window.innerHeight / 2 - noticeHeight, 'Submitted Successfully', {font: '600 20px Quicksand', fill: '#FFFFFF', backgroundColor: '#004aad',padding: {left: 20,right: 20,top: 10,bottom: 10}}).setDepth(3).setVisible(false);
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
font: '900 24px Quicksand',