Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
0eb8008ac0 | |||
![]() |
8f29f93577 | ||
![]() |
65fc603007 |
10
Form1.cs
10
Form1.cs
@ -14,11 +14,11 @@ namespace gameeee
|
||||
public partial class Form1 : Form
|
||||
{
|
||||
private Random random = new Random();
|
||||
private int score = 0; // Счет игрока
|
||||
private int timeLeft = 60; // Время (секунд)
|
||||
private int interval = 1000; // Интервал появления кнопки
|
||||
private Timer gameTimer = new Timer(); // Таймер игры
|
||||
private Timer buttonTimer = new Timer(); // Таймер для появления кнопок
|
||||
private int score = 0;// bpvtytbyt
|
||||
private int timeLeft = 60;
|
||||
private int interval = 1000;
|
||||
private Timer gameTimer = new Timer();
|
||||
private Timer buttonTimer = new Timer();
|
||||
|
||||
public Form1()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user