YeOldeDM / realms-of-todog

The Godot Engine Dungeon Crawl
MIT License
29 stars 4 forks source link

Timed Actions: _rpg_process(delta) #9

Open YeOldeDM opened 6 years ago

YeOldeDM commented 6 years ago

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?

YeOldeDM commented 6 years ago

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...