forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 1
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
f2c8ecd
commit 1089f80
Showing
3 changed files
with
2,284 additions
and
2,249 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# These files are text and should be normalized (convert crlf => lf) | ||
*.c text | ||
*.cbp text | ||
*.cpp text | ||
*.h text | ||
*.json text | ||
*.lua text | ||
*.md text | ||
*.py text | ||
*.rc text | ||
*.sh text | ||
*.txt text | ||
*.yml text | ||
|
||
# Visual Studio project files, leave them alone. | ||
*.cmd -text | ||
*.filters -text | ||
*.sln -text | ||
*.user -text | ||
*.vcxproj -text | ||
|
||
# Generated translation text, don't mess with them. | ||
*.mo -text | ||
*.po -text | ||
*.pot -text | ||
|
||
# Treat images, archives, and font files as binary. | ||
# (binary is a macro for -text -diff) | ||
*.db binary | ||
*.fon binary | ||
*.gz binary | ||
*.ico binary | ||
*.png binary | ||
*.ttf binary | ||
|
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,9 +1,9 @@ | ||
#TSU'S TILESET | ||
#Name of the tileset | ||
NAME: tsu | ||
#Viewing (Option) name of the tileset | ||
VIEW: Tsu's | ||
#JSON Path - Default of gfx/tile_config.json | ||
JSON: TsuTileset/tile_config.json | ||
#Tileset Path - Default of gfx/tinytile.png | ||
TILESET: TsuTileset/tsutiles.png | ||
#TSU'S TILESET | ||
#Name of the tileset | ||
NAME: tsu | ||
#Viewing (Option) name of the tileset | ||
VIEW: Tsu's | ||
#JSON Path - Default of gfx/tile_config.json | ||
JSON: TsuTileset/tile_config.json | ||
#Tileset Path - Default of gfx/tinytile.png | ||
TILESET: TsuTileset/tsutiles.png |
Oops, something went wrong.