HexDecimal / python-tcod-engine-2023

MIT License
4 stars 1 forks source link

Continious actions. #4

Open HexDecimal opened 1 year ago

HexDecimal commented 1 year ago

Some actions take a long time and can be interrupted during that time. There might be two types of these: Actions which take a series of actions such as auto-explore, or actions which simply take a long time such as crafting or a long spell cast.

As long as I can handle sequences of actions then long actions can be built off of those. So I'll ignore long actions at the moment.

At the very least I want these: