Step-by-step instructions to create a new Civilization mod

This commit is contained in:
Yair Morgenstern
2023-07-02 18:10:09 +03:00
parent 6f0a51d6d8
commit c26837fdd7
4 changed files with 54 additions and 13 deletions

View File

@ -4,7 +4,7 @@ import java.io.File
class UiElementDocsWriter {
companion object {
private const val docPath = "../../docs/Modders/Creating-a-UI-skin.md"
private const val docPath = "../../docs/Modders/5-Creating-a-UI-skin.md"
private const val startMarker = "<!--- DO NOT REMOVE OR MODIFY THIS LINE UI_ELEMENT_TABLE_REGION -->"
private const val endMarker = "<!--- DO NOT REMOVE OR MODIFY THIS LINE UI_ELEMENT_TABLE_REGION_END -->"
private const val srcPath = "../../core/src/com/unciv/"