-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
240bac9
commit 67d4d1c
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
12 changes: 6 additions & 6 deletions
12
gfx/UltimateCataclysm/pngs_normal_32x32/items/ace_unsorted/nodachi.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
[ | ||
{ | ||
"id": "nodachi", | ||
"fg": "nodachi", | ||
"id": [ "nodachi" ], | ||
"fg": [ "nodachi" ], | ||
"bg": "" | ||
}, | ||
{ | ||
"id": "nodachi_fake", | ||
"fg": "nodachi", | ||
"id": [ "nodachi_fake" ], | ||
"fg": [ "nodachi" ], | ||
"bg": "" | ||
}, | ||
{ | ||
"id": "nodachi_inferior", | ||
"fg": "nodachi", | ||
"id": [ "nodachi_inferior" ], | ||
"fg": [ "nodachi" ], | ||
"bg": "" | ||
} | ||
] |