Update
This commit is contained in:
parent
846b740ec3
commit
ab2db5fb32
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue