ChaseBENNC9 / GameJam-Charika

https://chasebennc9.itch.io/ai-game
0 stars 0 forks source link

Using Items #25

Closed ChaseBENNC9 closed 4 months ago

ChaseBENNC9 commented 4 months ago

Description

This branch builds on the picking up items feature and allows the player to place items back on the ground and also use them at specific locations. In my demo level. there is a box that can be placed to reach a high shelf and then the key can be used to unlock the door. Each location has a specific item that can be used on it and when the player is in range of it, a hint will be displayed depending on whether the player has the correct item.

Some items will appear to shrink when held to show the user that it is in a different state and it also helps with a collision issue where items can clip through walls

ChaseBENNC9 commented 4 months ago