lassefolkersen / highfrontier

The goal of High Frontier is a civilization-like game, which uses more realistic modelling of economy, climate, research and migration. Uniquely this game starts today - the initiation date of a game is todays date and the existing world is the world as we know it today, complete with cities and countries and people. The aim from there - that is whatever the player thinks the aim is for the world. Developing of the underdeveloping world, action against climate changes, expansion into the rest of the solar system, or just racking in a lot of money.
13 stars 3 forks source link

revert stuttering delay #15

Closed lassefolkersen closed 4 months ago

lassefolkersen commented 4 months ago

Ok, this should work. Give it a look and a ✅ . It prevents that stuttering thing from #14 , although I do think the intro-sequence is much too quick now. But we can circle back on that later.

lionel42 commented 4 months ago

I have found this should be refactored using the tick module of pygame.

Let me know if the changes in https://github.com/lassefolkersen/highfrontier/pull/15/commits/79817ded18d87d0422e246f7b31a69b288a24483 make sense to you

lassefolkersen commented 4 months ago

Yeah that makes a lot of sense. The [2, 5] is probably how it used to be called, I did wonder why one couldn't skip the intro screen. Good work.