Isoldhe / Battleship

Battleship game in C#
0 stars 1 forks source link

Cursor visual #2

Open Atrixsanna opened 5 years ago

Atrixsanna commented 5 years ago

Implementing a custom cursor visual to show where the cursor currently is. Handling of the custom cursor should be implemented in a separate class.

Atrixsanna commented 5 years ago

A basic cursor already exists (BattleField.SelectedPosition), however it could be implemented more nicely as a class and perhaps have a more thought-through look.