GameDevTecnico / cubos

A still very barebones game engine focused on voxels and data-oriented programming
https://gamedevtecnico.github.io/cubos/
MIT License
83 stars 23 forks source link

1284 Add base UI scaling modes #1285

Closed DiogoMendonc-a closed 1 month ago

DiogoMendonc-a commented 1 month ago

Description

Include a summary of the changes here.

Checklist

github-actions[bot] commented 1 month ago

PR Preview Action v1.4.7 :---: :rocket: Deployed preview to https://GameDevTecnico.github.io/cubos/preview/pr-1285/ on branch gh-pages at 2024-07-24 09:21 UTC

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 52 lines in your changes missing coverage. Please review.

Project coverage is 36.22%. Comparing base (fedd0bf) to head (02b09de).

Files Patch % Lines
engine/src/ui/canvas/plugin.cpp 0.00% 42 Missing :warning:
engine/src/ui/canvas/expand.cpp 0.00% 2 Missing :warning:
engine/src/ui/canvas/keep_physical_size.cpp 0.00% 2 Missing :warning:
engine/src/ui/canvas/keep_pixel_size.cpp 0.00% 2 Missing :warning:
engine/src/ui/canvas/match_height.cpp 0.00% 2 Missing :warning:
engine/src/ui/canvas/match_width.cpp 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1285 +/- ## ========================================== - Coverage 36.27% 36.22% -0.06% ========================================== Files 376 381 +5 Lines 30851 30896 +45 ========================================== Hits 11191 11191 - Misses 19660 19705 +45 ```

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