Update
This commit is contained in:
parent
e36b6da1b5
commit
9c05273667
|
@ -165,9 +165,13 @@ starting_text = "Starting up...";
|
||||||
bye_text = "System is shutting down";
|
bye_text = "System is shutting down";
|
||||||
progress_t= 0;
|
progress_t= 0;
|
||||||
|
|
||||||
x0 = Window.GetX();
|
// x0 = Window.GetX();
|
||||||
y0 = Window.GetY();
|
// y0 = Window.GetY();
|
||||||
z0 = Window.GetZ();
|
// z0 = Window.GetZ();
|
||||||
|
|
||||||
|
x0 = 0;
|
||||||
|
y0 = 0;
|
||||||
|
z0 = 0;
|
||||||
|
|
||||||
Window.SetBackgroundTopColor(0, 0, 0);
|
Window.SetBackgroundTopColor(0, 0, 0);
|
||||||
Window.SetBackgroundBottomColor(0, 0, 0);
|
Window.SetBackgroundBottomColor(0, 0, 0);
|
||||||
|
|
|
@ -165,9 +165,13 @@ starting_text = "Starting up...";
|
||||||
bye_text = "System is shutting down";
|
bye_text = "System is shutting down";
|
||||||
progress_t= 0;
|
progress_t= 0;
|
||||||
|
|
||||||
x0 = Window.GetX();
|
// x0 = Window.GetX();
|
||||||
y0 = Window.GetY();
|
// y0 = Window.GetY();
|
||||||
z0 = Window.GetZ();
|
// z0 = Window.GetZ();
|
||||||
|
|
||||||
|
x0 = 0;
|
||||||
|
y0 = 0;
|
||||||
|
z0 = 0;
|
||||||
|
|
||||||
Window.SetBackgroundTopColor(0, 0, 0);
|
Window.SetBackgroundTopColor(0, 0, 0);
|
||||||
Window.SetBackgroundBottomColor(0, 0, 0);
|
Window.SetBackgroundBottomColor(0, 0, 0);
|
||||||
|
|
Loading…
Reference in New Issue