From f9864b4a94e14f3609de7e268a8dd511f7663ebc Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 12 May 2024 13:16:31 +0200 Subject: map work --- src/editor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/editor.c b/src/editor.c index 4c005f8..050d762 100644 --- a/src/editor.c +++ b/src/editor.c @@ -41,6 +41,7 @@ static void update_tile_editor(platform_window* window) { if (is_left_down()) { map_to_load.tiles[pos.y][pos.x] = tile_to_place; load_mapdata_into_world(); + printf("%d %d\n", pos.x, pos.y); } break; -- cgit v1.2.3-70-g09d2