oakmound / oak

A pure Go game engine
Apache License 2.0
1.52k stars 84 forks source link

Feature/v4 entities #203

Closed 200sc closed 2 years ago

200sc commented 2 years ago

This should follow #201

codecov-commenter commented 2 years ago

Codecov Report

Merging #203 (21c4487) into release/v4.0.0 (625f93f) will decrease coverage by 1.69%. The diff coverage is 0.00%.

@@                Coverage Diff                 @@
##           release/v4.0.0     #203      +/-   ##
==================================================
- Coverage           92.51%   90.82%   -1.70%     
==================================================
  Files                 137      138       +1     
  Lines                6149     6255     +106     
==================================================
- Hits                 5689     5681       -8     
- Misses                402      515     +113     
- Partials               58       59       +1     
Impacted Files Coverage Δ
render/mod/highlight.go 0.00% <0.00%> (ø)
loading.go 91.66% <0.00%> (-8.34%) :arrow_down:
sceneLoop.go 93.10% <0.00%> (-3.45%) :arrow_down:
drawLoop.go 44.57% <0.00%> (-2.41%) :arrow_down:
collision/rtree.go 97.90% <0.00%> (-1.40%) :arrow_down:
shape/condense.go 100.00% <0.00%> (+4.68%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more