ljhs-games / week-75

Week 75 game repository
MIT License
1 stars 2 forks source link

Add player #6

Closed ApGoldberg closed 5 years ago

ApGoldberg commented 5 years ago

Node should be a RigidBody2D that can spawn lightning and gravitational bullets. Should have an animation if in a puddle and speed should be lower in a puddle also.

creikey commented 5 years ago

The animation in the puddle is in a separate node from the player that is just the waves it makes separately

creikey commented 5 years ago

Left click for spawning lightning bolt, right click for spawning gravitational bullets

creikey commented 5 years ago

Should turn to face towards the player when firing either lightning or gravity orb

creikey commented 5 years ago

Should be in group player

creikey commented 5 years ago

With maximum health as 100, should also have a method hit with the signature hit(damage, knockback_direction, knockback_magnitude) for when an arrow or enemy hits the player

creikey commented 5 years ago

Player's spawn gravitational should have cooldown 5 seconds, lightning with cooldown of 0.5 seconds

creikey commented 5 years ago

Fixed in #11