Skip to content

Commit

Permalink
Fixed README lists.
Browse files Browse the repository at this point in the history
  • Loading branch information
Choco31415 committed Aug 5, 2018
1 parent c6ab5b4 commit 2c76e94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ DFTileConverter is a python program that given a DF screenshot, will convert it
## Project Layout

* Convert
** This file is aimed at the actual act of converting screenshots between different tilesets.
* This file is aimed at the actual act of converting screenshots between different tilesets.
* LoadTilesets
** This file is aimed at loading tilesets and interacting with them. Some precomputations take place here. (Aka numpy related precomputations.)
* This file is aimed at loading tilesets and interacting with them. Some precomputations take place here. (Aka numpy related precomputations.)
* Testing
** This file is aimed at testing parts of the project to ensure stability.
* This file is aimed at testing parts of the project to ensure stability.
* TilesetScrapper
** This file is aimed at scrapping tilesets from the DF wiki, and precomputing some tileset data. (
* This file is aimed at scrapping tilesets from the DF wiki, and precomputing some tileset data. (

## Contributing

Expand Down

0 comments on commit 2c76e94

Please sign in to comment.