Всё фигня, давай по новой

This commit is contained in:
Rorikstr | Rust Dev 2025-09-29 13:42:58 +03:00
parent 485ac0ca40
commit f8e1e664a7
13 changed files with 199 additions and 479 deletions

View file

@ -0,0 +1,8 @@
#include "01_automato.h"
void do_moving(void) {
GameState_t* state = get_game_state();
// Обработка Left/Right/Action
// Проверка коллизии
// Возврат в Move или остаться в Moving
}