summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/maps/map1.datbin8384008 -> 8384008 bytes
-rw-r--r--src/editor.c1
2 files changed, 1 insertions, 0 deletions
diff --git a/data/maps/map1.dat b/data/maps/map1.dat
index 91f1796..6729378 100644
--- a/data/maps/map1.dat
+++ b/data/maps/map1.dat
Binary files differ
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;