oakmound / oak

A pure Go game engine
Apache License 2.0
1.55k stars 83 forks source link

physics/attach: Update Attachables to be able to detach on a single axis #164

Closed Implausiblyfun closed 3 years ago

Implausiblyfun commented 3 years ago

Detach on single axis.

codecov-commenter commented 3 years ago

Codecov Report

Merging #164 (f23b2c1) into release/3.0.0-final (10a6623) will decrease coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@                   Coverage Diff                   @@
##           release/3.0.0-final     #164      +/-   ##
=======================================================
- Coverage                92.88%   92.83%   -0.06%     
=======================================================
  Files                      140      140              
  Lines                     6283     6291       +8     
=======================================================
+ Hits                      5836     5840       +4     
- Misses                     389      392       +3     
- Partials                    58       59       +1     
Impacted Files Coverage Δ
physics/attach.go 100.00% <100.00%> (ø)
shape/condense.go 93.75% <0.00%> (-6.25%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 10a6623...f23b2c1. Read the comment docs.