This commit is contained in:
Valeria Fadeeva 2023-05-12 18:40:45 +05:00
parent 36e7dd9905
commit 53296141c9
9 changed files with 5 additions and 5 deletions

View File

View File

@ -1,5 +1,5 @@
/*
Theme Name: Melawy Fenek
Theme Name: Melawy Lera Sugar
Version: 1.0
Description: My theme
Author: Valeria Fadeeva - https://github.com/Valeria-Fadeeva
@ -209,7 +209,7 @@ progress_form.y = Percent(75, side_background.height) - progress_form.height;
progress_form.sprite = Sprite(progress_form.image);
progress_form.sprite.SetPosition(progress_form.x, progress_form.y, 2);
progress_form.sprite.SetOpacity(0.45);
progress_form.sprite.SetOpacity(1);
// SPINNER
spinner.image = Image("SPINNER.png");
@ -313,7 +313,7 @@ function dialog_setup() {
box_form.sprite = Sprite(box_form.image);
box_form.sprite.SetPosition(box_form.x, box_form.y, box_form.z);
box_form.sprite.SetOpacity(0.45);
box_form.sprite.SetOpacity(1);
entry.image = Image("ENTRY.png");

Binary file not shown.

Before

Width:  |  Height:  |  Size: 791 B

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 858 B

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 788 B

After

Width:  |  Height:  |  Size: 307 B

View File

@ -209,7 +209,7 @@ progress_form.y = Percent(75, side_background.height) - progress_form.height;
progress_form.sprite = Sprite(progress_form.image);
progress_form.sprite.SetPosition(progress_form.x, progress_form.y, 2);
progress_form.sprite.SetOpacity(0.45);
progress_form.sprite.SetOpacity(1);
// SPINNER
spinner.image = Image("SPINNER.png");
@ -313,7 +313,7 @@ fun dialog_setup() {
box_form.sprite = Sprite(box_form.image);
box_form.sprite.SetPosition(box_form.x, box_form.y, box_form.z);
box_form.sprite.SetOpacity(0.45);
box_form.sprite.SetOpacity(1);
entry.image = Image("ENTRY.png");