Changed map file name to ascii

This commit is contained in:
2026-08-21 23:16:51 +05:00
parent 75f72e6863
commit 68f4fcec7c
2 changed files with 2 additions and 2 deletions
@@ -1,7 +1,7 @@
{ {
"compressionlevel": -1, "compressionlevel": -1,
"height": 20, "height": 20,
"infinite": true, "infinite": false,
"layers": [ "layers": [
{ {
"data": [ "data": [
+1 -1
View File
@@ -176,7 +176,7 @@ main :: proc() {
arena_alloc := runtime.arena_allocator(&arena) arena_alloc := runtime.arena_allocator(&arena)
map_data, err := load_map( map_data, err := load_map(
"./Tiled/безымянный.json", "./Tiled/map_file.json",
arena_alloc, arena_alloc,
) )
if err.type != .None { if err.type != .None {