Adding some informations about best practices
This commit is contained in:
parent
f6307a3169
commit
0fba50547b
1 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
# Khanat client 3D textures library
|
||||
|
||||
3D Game client 3D assets source files providing the files for the [Khanat client 3D assets](https://git.khaganat.net/khaganat/mmorpg_khanat/khanat-client-3d-assets) repository.
|
||||
3D Game client 3D assets source files providing the files for the [Khanat client 3D assets](https://git.khaganat.net/khaganat/mmorpg_khanat/khanat-client-3d-assets) repository.
|
||||
|
||||
Textures must be in .png format, 1024x1024 only.
|
||||
|
||||
## Best practices
|
||||
|
||||
- use only snake case for names
|
||||
- put anything copyrighted in a subfolder with "_copyright" at its end, so it will be ignored by git
|
||||
|
|
Loading…
Reference in a new issue