mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-04 15:27:50 +07:00
Added turn number to victory replay
This commit is contained in:
@ -5,6 +5,7 @@ import com.badlogic.gdx.scenes.scene2d.ui.Table
|
||||
import com.badlogic.gdx.utils.Align
|
||||
import com.badlogic.gdx.utils.Timer
|
||||
import com.unciv.models.UncivSound
|
||||
import com.unciv.ui.components.Fonts
|
||||
import com.unciv.ui.components.TabbedPager
|
||||
import com.unciv.ui.components.UncivSlider
|
||||
import com.unciv.ui.components.YearTextUtil
|
||||
@ -113,7 +114,7 @@ class VictoryScreenReplay(
|
||||
yearLabel.setText(
|
||||
YearTextUtil.toYearText(
|
||||
year, gameInfo.currentPlayerCiv.isLongCountDisplay()
|
||||
)
|
||||
) + " / " + turn+ Fonts.turn
|
||||
)
|
||||
slider.value = turn.toFloat()
|
||||
replayMap.update(turn)
|
||||
|
Reference in New Issue
Block a user