Changed map file name to ascii
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"compressionlevel": -1,
|
"compressionlevel": -1,
|
||||||
"height": 20,
|
"height": 20,
|
||||||
"infinite": true,
|
"infinite": false,
|
||||||
"layers": [
|
"layers": [
|
||||||
{
|
{
|
||||||
"data": [
|
"data": [
|
||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user