Rework island water and shop character
This commit is contained in:
parent
0d50c324e9
commit
352350157b
65 changed files with 1144 additions and 1120 deletions
26
README.md
26
README.md
|
|
@ -38,32 +38,6 @@ scripts/run_validations.sh quick
|
|||
Additional suites and individual commands are documented in
|
||||
[`docs/TESTING.md`](docs/TESTING.md).
|
||||
|
||||
## Texture import normalization
|
||||
|
||||
Texture import settings are cached in `.import` sidecars. To keep new textures
|
||||
consistent by default, normalize imported textures before committing:
|
||||
|
||||
```sh
|
||||
./scripts/normalize_texture_profiles.sh
|
||||
```
|
||||
|
||||
To normalize only a specific directory (for example environment textures):
|
||||
|
||||
```sh
|
||||
./scripts/normalize_texture_profiles.sh res://art/exported/environment/textures
|
||||
```
|
||||
|
||||
The script enforces a single baseline texture profile by default and sets
|
||||
`import_profile = "managed_default"` in `[params]`. If any texture needs
|
||||
custom settings, set:
|
||||
|
||||
```ini
|
||||
[params]
|
||||
import_profile="custom"
|
||||
```
|
||||
|
||||
in its `.import` file to opt it out.
|
||||
|
||||
## Building
|
||||
|
||||
Export presets are maintained for Linux, Windows, and Android. Repository
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue