← Return to game
Log in with itch.io to leave a comment.
This was my first game jam, and I didn't spend too much time on it. I'm not very proud of the game, but the experience was great! Sorry for the lackluster game
No indication of when you win, the cinematic camera is nice for a cutscene but not for actual gameplay.
You can parent the dice to a platform to make the character move with the platform
public void OnCollideEnter(Collider collider){ if (collider.tag("Ground")) transform.SetParent(collide.transform); }
Ahh, yeah that all makes sense! Thanks!
← Return to game
Comments
Log in with itch.io to leave a comment.
This was my first game jam, and I didn't spend too much time on it. I'm not very proud of the game, but the experience was great! Sorry for the lackluster game
No indication of when you win, the cinematic camera is nice for a cutscene but not for actual gameplay.
You can parent the dice to a platform to make the character move with the platform
Ahh, yeah that all makes sense! Thanks!