Skip to content

Commit c53227d

Browse files
committed
change to fg
1 parent 027198f commit c53227d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gfx/ASCIITileset/tile_config.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@
108108
],
109109
"fg": 70
110110
},
111-
{ "id": [ "run_nw", "run_se" ], "bg": 428 },
112-
{ "id": [ "run_n", "run_s" ], "bg": 515 },
113-
{ "id": [ "run_ne", "run_sw", "bash_effective" ], "bg": 383 },
114-
{ "id": [ "run_w", "run_e" ], "bg": 381 },
115-
{ "id": "bash_complete", "bg": 424 },
111+
{ "id": [ "run_nw", "run_se" ], "fg": 428 },
112+
{ "id": [ "run_n", "run_s" ], "fg": 515 },
113+
{ "id": [ "run_ne", "run_sw", "bash_effective" ], "fg": 383 },
114+
{ "id": [ "run_w", "run_e" ], "fg": 381 },
115+
{ "id": "bash_complete", "fg": 424 },
116116
{ "id": "shadow", "animated": true, "fg": [ { "weight": 8, "sprite": 2478 }, { "weight": 8, "sprite": 0 } ] },
117-
{ "id": [ "t_open_air", "t_open_air_rooved", "t_open_air_rooved_outside" ], "bg": 9 }
117+
{ "id": [ "t_open_air", "t_open_air_rooved", "t_open_air_rooved_outside" ], "fg": 9 }
118118
]
119119
},
120120
{

0 commit comments

Comments
 (0)