This commit is contained in:
Rorikstr | Rust Dev 2025-09-29 23:06:30 +03:00
parent a298b6396d
commit a0cec98aa7
8 changed files with 23 additions and 18 deletions

View file

@ -12,7 +12,7 @@ void do_init(void) {
state->info->score = 0;
state->info->level = 1;
state->info->speed = 100;
state->info->speed = 10;
state->state = Spawn;
LOG_FUNCTION_END("do_init", "score=%d, level=%d, state=%d",