nsmryan / RustRoguelike

This Rust Roguelike is a Roguelike written in Rust.
17 stars 3 forks source link

Dagger damage tile #461

Open MicroChasm opened 2 years ago

MicroChasm commented 2 years ago

I believe that attacking with the dagger currently moves the player one tile forward and attacks one tile beyond that, so that the player can reasonably attack idle golems. The red tiles that indicate where the attack occurs, currently show the tiles directly adjacent to the player as the tiles in which the attack will occur.

nsmryan commented 2 years ago

Try this with the latest version. I was highlighting extra tiles by accident.