lets-godot-roguelike icon indicating copy to clipboard operation
lets-godot-roguelike copied to clipboard

Modify Thing.step to incorporate `attack()`

Open YeOldeDM opened this issue 7 years ago • 0 comments

Where we put our placeholder print statement in the bump-fighting portion of our step method, replace with self.attack( other_fighter ).

YeOldeDM avatar May 31 '17 07:05 YeOldeDM