Skip to content

Commit 489030e

Browse files
author
Michael Fiano
committed
map config does not need string quotes.
1 parent 2f5a0bf commit 489030e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

data/maps/demo.map

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[Options]
2-
tile_set = 'world'
2+
tile_set = world
33
tile_size = 32,32
44
num_tiles = 88,23
55
start_tile = 85,1
66
start_direction = left
77

88
[Tiles]
9-
regions = "111111111111111112"
10-
terrains = "ggggf"
11-
objects_grass = 50, "ab"
12-
objects_forest = 2, "aaabbbcccgghhiijjkkllmno"
9+
regions = 111111111111111112
10+
terrains = ggggf
11+
objects_grass = 50, ab
12+
objects_forest = 2, aaabbbcccgghhiijjkkllmno
1313

1414
[Monsters]
1515
1 = Slug, Hawk

0 commit comments

Comments
 (0)