Skip to content

Instantly share code, notes, and snippets.

View coreua's full-sized avatar

EasyWay coreua

  • US
View GitHub Profile
@coreua
coreua / cursor_world.c
Last active November 28, 2025 08:10
// cursor_world.c - Исправленная версия
#include "cursor_world.h"
#include "pico/time.h"
#include <stdlib.h>
static cursor_world_state_t cursor;
void cursor_world_init(void) {
cursor.world_x = 0;
cursor.world_y = 0;