Kiva-Entertainment / yohk

SRPG game made with Blender, with scripts in Python
Other
9 stars 0 forks source link

Turn display should fill screen with data #10

Closed KaiGeffen closed 10 years ago

KaiGeffen commented 10 years ago

Currently, turn display (The list on the left-hand side of the screen) only displays the first time that each unit acts. It should display as much information as possible without going off the screen.

One reason this may be hard is that the 'time' list stored in game only has 1 entry per unit.