mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 05:14:32 -04:00
Should now be able to create tech trees with over 10 rows
This commit is contained in:
parent
40a59782d0
commit
737dcea4dc
@ -116,7 +116,7 @@ class TechPickerScreen(internal val civInfo: CivilizationInfo, centerOnTech: Tec
|
||||
techTable.add(era.toLabel().addBorder(2f, color)).fill().colspan(columnSpan)
|
||||
}
|
||||
|
||||
for (rowIndex in 0..9) {
|
||||
for (rowIndex in 0..rows-1) {
|
||||
techTable.row().pad(5f).padRight(40f)
|
||||
|
||||
for (columnIndex in techMatrix.indices) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user