Add cspell config file, remove unused models folder for weapon
This commit is contained in:
70
cspell.json
Normal file
70
cspell.json
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"files": [
|
||||
"**/*.*"
|
||||
],
|
||||
"ignorePaths": [
|
||||
"**/*.tscn",
|
||||
"**/*.import",
|
||||
"**/badges/**/*.*",
|
||||
"**/coverage/**/*.*",
|
||||
"**/.godot/**/*.*",
|
||||
"**/obj/**/*.*",
|
||||
"**/bin/**/*.*",
|
||||
"**/nupkg/**/*.*"
|
||||
],
|
||||
"words": [
|
||||
"assemblyfilters",
|
||||
"automerge",
|
||||
"branchcoverage",
|
||||
"brandedoutcast",
|
||||
"buildtransitive",
|
||||
"camelcase",
|
||||
"chickenpackage",
|
||||
"Chickensoft",
|
||||
"classfilters",
|
||||
"contentfiles",
|
||||
"CYGWIN",
|
||||
"devbuild",
|
||||
"endregion",
|
||||
"Finalizer",
|
||||
"Finalizers",
|
||||
"globaltool",
|
||||
"godotengine",
|
||||
"godotpackage",
|
||||
"issuecomment",
|
||||
"justalemon",
|
||||
"lcov",
|
||||
"lihop",
|
||||
"linecoverage",
|
||||
"methodcoverage",
|
||||
"missingall",
|
||||
"msbuild",
|
||||
"MSYS",
|
||||
"nameof",
|
||||
"Nerdbank",
|
||||
"netstandard",
|
||||
"NOLOGO",
|
||||
"nupkg",
|
||||
"Omnisharp",
|
||||
"opencover",
|
||||
"OPTOUT",
|
||||
"paramref",
|
||||
"pascalcase",
|
||||
"Postinitialize",
|
||||
"Predelete",
|
||||
"renovatebot",
|
||||
"reportgenerator",
|
||||
"reporttypes",
|
||||
"Shouldly",
|
||||
"subfolders",
|
||||
"targetargs",
|
||||
"targetdir",
|
||||
"tscn",
|
||||
"typeof",
|
||||
"typeparam",
|
||||
"typeparamref",
|
||||
"ulong",
|
||||
"Unparented",
|
||||
"Xunit"
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
uid://pfx7fakixl1f
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.5 KiB |
@@ -1,35 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://wd6jh5q51e4k"
|
||||
path.s3tc="res://.godot/imported/sword.png-51d75c754d5226bdfccd7e3d35981b74.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://src/items/weapons/models/sword.png"
|
||||
dest_files=["res://.godot/imported/sword.png-51d75c754d5226bdfccd7e3d35981b74.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=2
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=true
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
||||
Reference in New Issue
Block a user