Build some artificial process loop that operates in game time. This allows different actions to take different amounts of time, making game play more dynamic overall.
For 0.2?
Actually got it working with little sweat! For now, all actions pass DATA.DEFAULT_ACTION_TIME as delta (5s)
Give it some more testing before calling it done...
Build some artificial process loop that operates in game time. This allows different actions to take different amounts of time, making game play more dynamic overall. For 0.2?