rubberduck-vba / Battleship

An Object-Oriented VBA experiment
MIT License
85 stars 22 forks source link

AttackResult shapes should be images #11

Closed retailcoder closed 5 years ago

retailcoder commented 6 years ago

The appearance of the "HIT!", "MISS", and "SUNK" labels/shapes will be different than intended on machines that don't have the font that was intended. Cutting the shapes and re-pasting them as images should fix it (making sure they keep the same name).

retailcoder commented 6 years ago

This also affects various other UI elements such as "information" and "error" boxes, "game over" boxes, "targets acquired" and "fleet status" boxes.