PlaceholderGames / 2021-yr1-Team-Rem

Second game for CS1S464 2020/21
0 stars 0 forks source link

Making a Door #6

Closed Ondra-Kavan closed 3 years ago

Ondra-Kavan commented 3 years ago

So far I made a door that opens and closes automatically when the player gets close. I will add opening with a key and code later.

30001606VA commented 3 years ago

Can assure the door does open and close, but the player can't walk through the door as it is too small

Ondra-Kavan commented 3 years ago

Can assure the door does open and close, but the player can't walk through the door as it is too small

The door isn't too small. The player is too big. But I didn't wan't to change the player collider in case it broke something.

30001606VA commented 3 years ago

Ah ok, that can be easily changed then

Ondra-Kavan commented 3 years ago

Added a keypad to the door 19c99351e30bf30f30cea2e8516cbcb0b947f60d. The keypad is always next to the door. I will add an option to hide the keypad or make another blueprint without the keypad later.

Ondra-Kavan commented 3 years ago

Added a door blueprint without the keypad.