Skip to content

Commit c0fc7b2

Browse files
committed
fix somthing
1 parent 5ee954e commit c0fc7b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

GameDevelop/Source.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ void hideCursor(int visible) {
6767
}
6868

6969

70-
int life = 4;
70+
int life = 2;
7171
int score = 0;
72-
int Time = 20;
73-
int SetTime = 20;
72+
int Time = 200;
73+
int SetTime = 200;
7474
unsigned pastTime = 0;
7575
unsigned pastTimeItem = 0;
7676
int item_time = 0;

0 commit comments

Comments
 (0)