diff options
author | Hop311 <Hop3114@gmail.com> | 2023-04-07 16:29:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-07 16:29:09 +0200 |
commit | 21aeaadf332d1a0d874f2c3850944fbdc6e64ff1 (patch) | |
tree | 8bb75b6bfc1be4717043eeb46b161ff86c5aaf03 /docs/simulation | |
parent | 0c110a5de255d7fbddf77b549cf019dcfef88751 (diff) |
Logo on Mainmenu + icon imports + whitespace cleanup (#82)
* Whitespace cleanup
* Icon import files
* Logo on main menu.
Diffstat (limited to 'docs/simulation')
-rw-r--r-- | docs/simulation/goods.md | 2 | ||||
-rw-r--r-- | docs/simulation/ideologies.md | 4 | ||||
-rw-r--r-- | docs/simulation/provinces.md | 16 |
3 files changed, 11 insertions, 11 deletions
diff --git a/docs/simulation/goods.md b/docs/simulation/goods.md index 15b4864..f8204b0 100644 --- a/docs/simulation/goods.md +++ b/docs/simulation/goods.md @@ -28,7 +28,7 @@ classDiagram Good o-- GoodCategory ``` -## Data +## Data ### Vanilla diff --git a/docs/simulation/ideologies.md b/docs/simulation/ideologies.md index f56cda7..817bdb3 100644 --- a/docs/simulation/ideologies.md +++ b/docs/simulation/ideologies.md @@ -27,7 +27,7 @@ classDiagram ``` -## Data +## Data ### Vanilla @@ -41,7 +41,7 @@ classDiagram |communist|socialist|1865/01/01|False|#960A0A| |fascist|fascist|1905/01/01|False|#3C3C3C| -### John Cena +### John Cena |Identifier|Ideological Group|Earliest Date|Uncivilized Nations|Colour| |--|--|--|--|--| diff --git a/docs/simulation/provinces.md b/docs/simulation/provinces.md index 88eea50..642ff11 100644 --- a/docs/simulation/provinces.md +++ b/docs/simulation/provinces.md @@ -5,16 +5,16 @@ ```mermaid classDiagram class Province { - Int64 id - string provinceName - string tradeGood - Int64 lifeRating - bool hasLegalSlavery + Int64 id + string provinceName + string tradeGood + Int64 lifeRating + bool hasLegalSlavery - Int64 fortLevel - Int64 navalBaseLevel + Int64 fortLevel + Int64 navalBaseLevel Int64 railroadLevel - + string regionId string continentId } |