PlayerPickerTable

fun PlayerPickerTable(previousScreen: IPreviousScreen, gameParameters: GameParameters, blockWidth: Float = 0f)

Parameters

previousScreen

A Screen where the player table is inserted, should provide GameSetupInfo as property, updated when a player is added/deleted/changed

gameParameters

contains info about number of players.

blockWidth

sets a width for the Civ "blocks". If too small a third of the stage is used.

Sources

jvm source
Link copied to clipboard