Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Matthew Umana

2
Posts
1
Followers
1
Following
A member registered Dec 10, 2018 · View creator page →

Creator of

Recent community posts

Matthew Umana (username: Crimzen): My role is scripter and level designer. I have done the interactions of the player with the environment (trees, ice, water). I have utilized Tony's Day/Night cycle script to affect what event occur at a given point in the day. In addition to that, when the player presses "t", the time of day will accelerate.

 If you want to get past an ice barrier you must wait until the daytime for it to melt, if you want to get past a tree barrier you must also wait until the day for the tree to grow, and finally, if you want the water to freeze you must wait until the night for it to do so.

The time it take for an entire day to pass is 6 minutes but every time the player presses "t" this time shortens (hints the time traveling aspect).

I have added the functionality to be able to throw potion bottles at the barriers for the higher priority resources. After that I added in the ability to craft potions needed to get past barriers. To simplify things, the only projectile prefab that it getting thrown is a single potion prefab, but once you have crafted any potion, then just simply hitting its respective barrier will free the path to the resource. I also implemented a win condition to where if the player crafts the crystal potion, then a panel will come up saying you've won.