Multiple mods work OK!

This commit is contained in:
Yair Morgenstern 2020-01-07 19:50:36 +02:00
parent aa3af7e42a
commit f554d8c2c4
3 changed files with 166 additions and 159 deletions

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 306 KiB

After

Width:  |  Height:  |  Size: 307 KiB

View file

@ -244,7 +244,7 @@ class NewGameScreenOptionsTable(val newGameScreen: NewGameScreen, val updatePlay
updatePlayerPickerTable()
}
})
modCheckboxTable.add(checkBox)
modCheckboxTable.add(checkBox).row()
}
add(modCheckboxTable).colspan(2).row()