mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 23:08:35 +07:00
Step-by-step instructions to create a new Civilization mod
This commit is contained in:
@ -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/"
|
||||
|
Reference in New Issue
Block a user