mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-03-22 15:57:33 +01:00
Add patches section to readme.md.
This commit is contained in:
parent
8fe94c3ca4
commit
1abb0e9527
17
README.md
17
README.md
@ -146,6 +146,23 @@ Note: to easily run the editor you can use the `editor.sh` or `editor.bat` in th
|
||||
|
||||
Append `v` to pass the `vsproj=yes` parameter to the build script. This will generate Visual Studio project files.
|
||||
|
||||
#### Patches
|
||||
|
||||
The build script can apply optional pacthes. They work similarly to build words, except this time the word has to start with p, and then it has to be followed by the desired patches characters.
|
||||
|
||||
Like `scons ps`
|
||||
|
||||
They will not create new commits to the engine repository, so they can easily be removed.
|
||||
|
||||
##### SkeletonEditor
|
||||
|
||||
To apply the SkeletonEditor patch append s after the p, like `scons ps`.
|
||||
|
||||
This is a patch made from the skeleton editor backport. See:
|
||||
|
||||
https://github.com/TokageItLab/godot/commits/pose-edit-mode-fixedup
|
||||
https://github.com/godotengine/godot/pull/45699
|
||||
|
||||
#### Scons cache, and sdk locations
|
||||
|
||||
In order to use scons cache and to tell the build system where some of the required sdks are located you usually
|
||||
|
Loading…
Reference in New Issue
Block a user