rcampbell1337 / Chainlink-games

:tada: The first attempt at making a 2D sidescroller, this is made with unity and is an ongoing project! :tada:
2 stars 0 forks source link

Healthbar and basic movement added #9

Closed rcampbell1337 closed 4 years ago

rcampbell1337 commented 4 years ago

A few more skeleton features!

Nothing major here to report, just nice and simple changes! 🥇

Healthbar works as needed, when enemies are added to the game an OnCollision script can be written to take gameplay damage, at present health is lost when the backspace key is pressed (for testing).

Written a movement script with jumping, it feels very floaty at present so some tweaks will have to be made. However, the variables can be adjusted and tested within unity. 💥

Smallest feature - separate UI camera from the main camera that follows the player, so the player assets are deactivated during text display 👍

:shipit: Have a look boys and happy hacking! :shipit:

Resolves #6

rcampbell1337 commented 4 years ago

As a small aside:

:bug: Don't worry too much about the screen scaling with full screen. It's an easy fix and I can sort it with the next commit :bug: