123 #2

Merged
denis merged 1 commits from HOME into master 2025-01-22 20:02:24 +03:00
Showing only changes of commit 8f29f93577 - Show all commits

View File

@ -14,7 +14,7 @@ namespace gameeee
public partial class Form1 : Form
{
private Random random = new Random();
private int score = 0;
private int score = 0;// bpvtytbyt
private int timeLeft = 60;
private int interval = 1000;
private Timer gameTimer = new Timer();