lets-godot-roguelike
lets-godot-roguelike copied to clipboard
Modify Thing.step to incorporate `attack()`
Where we put our placeholder print statement in the bump-fighting portion of our step method, replace with self.attack( other_fighter )
.