tudo-aqua / bgw

BoardGameWork
https://tudo-aqua.github.io/bgw/
Apache License 2.0
24 stars 16 forks source link

[bgw-gui] Added HexOrientation to HexagonGrid and HexagonView #407

Closed smilefx closed 7 months ago

smilefx commented 7 months ago

HexagonGrids and HexagonViews now allow for pointy-top and flat-top orientation.

ApplicationFrameHost_2024-01-30_14-35-15

codecov[bot] commented 7 months ago

Codecov Report

Attention: 39 lines in your changes are missing coverage. Please review.

Comparison is base (06a99c3) 14.99% compared to head (998f887) 14.95%.

Files Patch % Lines
...in/kotlin/tools/aqua/bgw/builder/HexagonBuilder.kt 0.00% 21 Missing :warning:
...tools/aqua/bgw/components/container/HexagonGrid.kt 0.00% 15 Missing :warning:
.../main/kotlin/tools/aqua/bgw/core/HexOrientation.kt 0.00% 2 Missing :warning:
...a/bgw/components/gamecomponentviews/HexagonView.kt 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #407 +/- ## ========================================== - Coverage 14.99% 14.95% -0.05% ========================================== Files 287 288 +1 Lines 7722 7744 +22 Branches 1051 1058 +7 ========================================== Hits 1158 1158 - Misses 6479 6501 +22 Partials 85 85 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

abouzerda commented 7 months ago

Works Fine. Looks nice.