diff --git a/dev/script.js b/dev/script.js index 5d31677..a7a1900 100644 --- a/dev/script.js +++ b/dev/script.js @@ -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); diff --git a/melawy-lera-sugar/script.script b/melawy-lera-sugar/script.script index 0a8baf7..db37512 100644 --- a/melawy-lera-sugar/script.script +++ b/melawy-lera-sugar/script.script @@ -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);