Skip to content

Commit

Permalink
Major Update!!1!!1!
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
koteProgrammist committed Aug 13, 2024
1 parent 786b5db commit f259cdd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Hattory/Kernel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
}
}
Expand Down

0 comments on commit f259cdd

Please sign in to comment.