I`m using delta timing for my game and I would like to be able to set my framerate to 30fps. What would be the best way of going about this, apart from using WaitTimer(30)? Is this the best option or are there other methods to achieve better results?
Something else that I would like to be able to do is to have a slow motion mode that I can activate at key points. Is there an easy way to achieve this when using delta timing?
Thanks for any help.
Jason.
Something else that I would like to be able to do is to have a slow motion mode that I can activate at key points. Is there an easy way to achieve this when using delta timing?
Thanks for any help.
Jason.