ljhs-games / week-75

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

Add lightning bullet #7

Closed ApGoldberg closed 5 years ago

ApGoldberg commented 5 years ago

Fired by the player. Node should be an Area2D that disappears once it enters the puddle node.

creikey commented 5 years ago

It should also call a method called shock() on the puddle when it detects a puddle in the area

creikey commented 5 years ago

After shocking the lightning bolt should also queue_free()

creikey commented 5 years ago

The lightning bolt should be added to the parent of the player node

creikey commented 5 years ago

Player should call a method to move it with the signature fire(base_position, target_position)