Journal Entry 2


16.4.2021 - Continue with implemeting game - 3 hours

I started adding some enemies and I find out that some parts of the level are looking really weird. So I changed a bit the level. When I added enemies I found out that the hero shouldn't be shooting. I tried to set bullet per second to 0, but she still can shoot once and is holding a gun, so I need to find another solution. Then I found input option to disable the range attack.

Then I started to make pickable gems. I took an isometric diamond, colored it yellow and added him a collider box. Then I changer the OnTriggerEnter parts of hero's script, so it rercognize PickUp object and tagged the diamond and make him trigger. I need to put this into the camera, but first I will look on keys. So I added keys and now I'm trying to learn how to open doors with specific number of keys.

I have some troubles with making GameObject variable in , but gamejam strast, so I will continue another day.

20.4. - Fixing bugs - 1,5 hours

Today I opened my project again and all prefabs from 2D Game Kit are missing. So I made a new project with 2D GameKit and copyed the Assets and 1 missing folder from assets to my existing project and I worked. But all chenges I made with scripts are gone. I made a new script a gave it to the hero. That script is catching colission with triggers and there is no need to edit existing scripts, so I can work even with public variables. So I made the gem script and plus I made the same with keys, tey have special tag and when the hero collects 3 the door dissapear (I don't know how to make them just open).

So I will build the game and next time finish the camera and the weather changing.

Get Escape to the surface

Leave a comment

Log in with itch.io to leave a comment.