← Return to game
Log in with itch.io to leave a comment.
26
pretty cool game I've made crappier👌👌
19
I got 106!
Nicely done! at being kinda hard I was not expecting someone to actually beat it.
yeah! its a fun game though the background could be better
also 345
I mean you should make it spead up as time goes by using this script
public float SlowSpeed;
public float Speed
void Update(){
Speed += Time.deltaTime*SlowSpeed;
Time.timeScale = Speed;
};
Thanks for the suggestion
You can't imagine how badly I wanted a better looking background, but I just don't know how...yet
oh give me a sec I think I can show you how
← Return to game
Comments
Log in with itch.io to leave a comment.
26
pretty cool game I've made crappier👌👌
19
I got 106!
Nicely done! at being kinda hard I was not expecting someone to actually beat it.
yeah! its a fun game though the background could be better
also 345
I mean you should make it spead up as time goes by using this script
public float SlowSpeed;
public float Speed
void Update(){
Speed += Time.deltaTime*SlowSpeed;
Time.timeScale = Speed;
};
Thanks for the suggestion
You can't imagine how badly I wanted a better looking background, but I just don't know how...yet
oh give me a sec I think I can show you how