You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The game is great!
But my daughter is too young and the game too fast.
I'd like to add an option to adjust speed.
Where should should I start looking for?
The text was updated successfully, but these errors were encountered:
---Original---
From: "Giovanni ***@***.***>
Date: Sun, Aug 29, 2021 18:54 PM
To: ***@***.***>;
Cc: ***@***.***>;
Subject: [rapiz1/DungeonRush] Feature: flag to adjust speed or difficulty (#35)
The grame is great!
But my daugther is too young and the game too fast.
I'd like to add an option to adjust speed.
Where should should I start looking for?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Hi!
I was unable to find something related to "speed" inside gameLoop. I tried to put some unix usleep call but it slowdown entirely the SDL library and it is bad (so I reverted it).
I have noticed there is a snake-slowdown effect and it seems related to updateBuffDuration (see player.h buffs variable inside Snake struct).
Some advices to slow down te entire game (enemies, snake and so on...)?
The game is great!
But my daughter is too young and the game too fast.
I'd like to add an option to adjust speed.
Where should should I start looking for?
The text was updated successfully, but these errors were encountered: