Day | What’s New |
21
| - Uploaded version 1.2 to itch.io
- A burst fire weapon has been created
- Made it so we can’t switch weapons until the shot is finished.
- Adjusted my scripting for when you get hit by an enemy. Moved variables and code over into the TriggerCollision Script.
- Completely restructured how bloom works. It is now more accurate and only will increase on the actual shot instead of when you are holding the shoot button.
- Implemented a swap weapon delay so that you need to wait a certain amount of time before shooting when swapping weapons.
|
22
| - Watched videos on how to create an inventory for my player.
- Just learned things today.
|
23
| - When you press the “1” key your player will unequip the weapon.
- Double click function has been created so I can double click on NPCs
- Created droppable versions of my weapons
- Created a base class script for my droppable items so I am able to customize what happens after they are picked up.
|
24
| - Weapons are now dropped from monsters and can be added to a list within an “Equips” script.
- Created an inventory limit.
- Created an inventory UI that has buttons but is unusable as of now.
|
25
| - You can now add weapons to your inventory UI when you pick them up. When you press the item slot it will equip the item.
|
26
|
|
27
|
|
28
| - Fixed a bug where my weapon won’t be removed or equipped if said weapon in inventory is in a slot. This is because although I made a prefab, updating the prefab was not changing my duplicates. I needed to change every duplicate manually to fix this.
|
29
| - Fixed a bug where if I had duplicate items in an inventory and was getting rid of one them it would always delete the first item in the list regardless of whether it is the item I chose
|
30
|
|
31
| - Reorganized script folders and names to make things easier to understand
- Created an armor object that will add to your inventory when picked up.
- Set up a better system to equip your weapons, armor, etc.
- When equipping an item, if you already had an item equipped in that slot. The previously equipped item will now come back to your inventory.
|
32
|
|
33
|
|
34
| - Reorganized scripting so that stats related things all happen in a player stats: character stats script
- Fixed a bug where the equipped weapon wouldn’t switch out when a player tried to equip a new weapon.
- When you equip armor a defense stat is modified and this defense stat will play a role in how much damage is dealt to you.
|
35
| - Created a function that adjusts base stats when leveling up.
|
Leave a comment
Log in with itch.io to leave a comment.