This commit is contained in:
Valeria Fadeeva 2024-01-02 14:30:11 +05:00
parent ffc46c4960
commit 839e69cec8
2 changed files with 14 additions and 6 deletions

View File

@ -165,9 +165,13 @@ starting_text = "Starting up...";
bye_text = "System is shutting down";
progress_t= 0;
x0 = Window.GetX();
y0 = Window.GetY();
z0 = Window.GetZ();
// x0 = Window.GetX();
// y0 = Window.GetY();
// z0 = Window.GetZ();
x0 = 0;
y0 = 0;
z0 = 0;
Window.SetBackgroundTopColor(0, 0, 0);
Window.SetBackgroundBottomColor(0, 0, 0);

View File

@ -165,9 +165,13 @@ starting_text = "Starting up...";
bye_text = "System is shutting down";
progress_t= 0;
x0 = Window.GetX();
y0 = Window.GetY();
z0 = Window.GetZ();
// x0 = Window.GetX();
// y0 = Window.GetY();
// z0 = Window.GetZ();
x0 = 0;
y0 = 0;
z0 = 0;
Window.SetBackgroundTopColor(0, 0, 0);
Window.SetBackgroundBottomColor(0, 0, 0);