From 839e69cec8811e312d47a4b902f82d818a706ca8 Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Tue, 2 Jan 2024 14:30:11 +0500 Subject: [PATCH] Update --- dev/script.js | 10 +++++++--- melawy-fenek/script.script | 10 +++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) 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-fenek/script.script b/melawy-fenek/script.script index 0a8baf7..db37512 100644 --- a/melawy-fenek/script.script +++ b/melawy-fenek/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);