ljhs-games / week-75

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

Add ranged enemy #1

Closed ApGoldberg closed 5 years ago

ApGoldberg commented 5 years ago

Node should be a RigidBody2D that orbits the player but does not advance toward it and spawns arrows.

creikey commented 5 years ago

Must have a variable called player_node that acts as a reference to the player node according to #15

creikey commented 5 years ago

As discussed in #8 , when spawning arrow, it should add the arrow as a child of its parent. This means the various projectiles should be contained in a Node2D, something like Enemies for easier debugging

creikey commented 5 years ago

Accidentally merged in this commit