migrada la configuracio de txt a yaml

This commit is contained in:
2025-11-18 09:01:42 +01:00
parent f9b8edc23c
commit c0905adc62
8 changed files with 248 additions and 248 deletions

View File

@@ -587,7 +587,7 @@ namespace Options {
inline Stats stats{}; // Game statistics
}
Options::loadFromFile(path); // Load from config.txt
Options::loadFromFile(path); // Load from config.yaml
Options::saveToFile(path); // Save on exit
```
@@ -820,7 +820,7 @@ assets:
# SYSTEM FILES (optional, absolute paths)
system:
- type: DATA
path: ${SYSTEM_FOLDER}/config.txt
path: ${SYSTEM_FOLDER}/config.yaml
required: false
absolute: true
```