From f259cddab99a1f0ba3fed5c5c20bbe382d6971c9 Mon Sep 17 00:00:00 2001 From: Shlepsss <79642857+koteProgrammist@users.noreply.github.com> Date: Tue, 13 Aug 2024 18:52:45 +0300 Subject: [PATCH] Major Update!!1!!1! Guess It! - Game where you need to guess a number. ColorFull - Program like Paint, later program will be modified. ColorFull Instruction: You can draw any images with resolution 300x300. You can save it on HDD by "save" button. Saving path is: "0:\ColorFull\". Image files always named MyImage0,1,2,3... with ".CFI" extension. Just click on the .CFI file in file manager to open image in ColorFull. --- Hattory/Kernel.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Hattory/Kernel.cs b/Hattory/Kernel.cs index 2bd45d9..3e71175 100644 --- a/Hattory/Kernel.cs +++ b/Hattory/Kernel.cs @@ -983,8 +983,9 @@ protected override void Run() catch (Exception e) { sus.PCSpeaker.Beep(); - canvas.Disable(); - System.Console.WriteLine(e.ToString()); + //Only for debug + //canvas.Disable(); + //System.Console.WriteLine(e.ToString()); } } }