GETTING STARTED IN GODOT – PART 10 – BASIC ENEMY By Alex K. Now you’ve got basic movement. Your challenge for this section
is: 1)
Add another icon and another script, both called enemy. 2)
Have the enemy be coloured red (Visibility > Modulate in
the inspector). 3)
And have the enemy script constantly move the enemy towards the
player.
|