mirror of
https://github.com/huderlem/porymap.git
synced 2026-03-21 17:45:44 -05:00
Fix typos
Some checks failed
Build Porymap / build-linux (, 5.14.2) (push) Has been cancelled
Build Porymap / build-linux (, 6.8.*) (push) Has been cancelled
Build Porymap / build-linux (minimal, 5.14.2) (push) Has been cancelled
Build Porymap / build-macos (macos-15-intel) (push) Has been cancelled
Build Porymap / build-macos (macos-latest) (push) Has been cancelled
Build Porymap / build-static-windows (push) Has been cancelled
Some checks failed
Build Porymap / build-linux (, 5.14.2) (push) Has been cancelled
Build Porymap / build-linux (, 6.8.*) (push) Has been cancelled
Build Porymap / build-linux (minimal, 5.14.2) (push) Has been cancelled
Build Porymap / build-macos (macos-15-intel) (push) Has been cancelled
Build Porymap / build-macos (macos-latest) (push) Has been cancelled
Build Porymap / build-static-windows (push) Has been cancelled
This commit is contained in:
parent
cfe002538a
commit
95104c5a79
|
|
@ -10,7 +10,7 @@ and this project somewhat adheres to [Semantic Versioning](https://semver.org/sp
|
|||
- Add API functions for reading and writing text files.
|
||||
|
||||
### Changed
|
||||
- Porymap's .cfg files were replaced with .json. Any fields not listed not listed in a config file are assumed to be the default value.
|
||||
- Porymap's .cfg files were replaced with .json. Any fields not listed in a config file are assumed to be the default value.
|
||||
- Move the tileset/layout labels to prioritize horizontal space for the map.
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ struct ScriptSettings {
|
|||
QString path;
|
||||
bool enabled = true;
|
||||
|
||||
// Scripts can either by specific to the project, or specific to the user.
|
||||
// Scripts can either be specific to the project, or specific to the user.
|
||||
// This allows projects to send scripts downstream to their users,
|
||||
// while still allowing them to use their own personal scripts.
|
||||
bool userOnly = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user